Home
last modified time | relevance | path

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

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