Home
last modified time | relevance | path

Searched refs:vcpu_id_str (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/arch/arm64/util/
H A Dkvm-stat.c13 const char *vcpu_id_str = "id"; variable
/openbmc/linux/tools/perf/arch/s390/util/
H A Dkvm-stat.c21 const char *vcpu_id_str = "id"; variable
/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h148 extern const char *vcpu_id_str;
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c16 const char *vcpu_id_str = "vcpu_id"; variable
/openbmc/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c20 const char *vcpu_id_str = "vcpu_id"; variable
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c992 vcpu_record->vcpu_id = evsel__intval(evsel, sample, vcpu_id_str); in per_vcpu_record()