Searched refs:perf_kvm_stat (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | kvm-stat.h | 39 struct perf_kvm_stat; 44 struct perf_kvm_stat *perf_kvm; 70 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, 80 struct perf_kvm_stat { struct 127 void exit_event_decode_key(struct perf_kvm_stat *kvm, argument 133 int setup_kvm_events_tp(struct perf_kvm_stat *kvm); 143 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid);
|
D | python.c | 1384 void exit_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in exit_event_decode_key()
|
/linux-6.12.1/tools/perf/ |
D | builtin-kvm.c | 140 struct perf_kvm_stat *perf_kvm; \ 163 struct perf_kvm_stat *perf_kvm; \ 213 struct perf_kvm_stat *perf_kvm; in ev_entry_mean() 244 struct perf_kvm_stat *perf_kvm; \ 513 static void print_result(struct perf_kvm_stat *kvm); 582 static void kvm_display(struct perf_kvm_stat *kvm) in kvm_display() 592 static void kvm_display(struct perf_kvm_stat *kvm) in kvm_display() 654 static const char *get_exit_reason(struct perf_kvm_stat *kvm, in get_exit_reason() 669 void exit_event_decode_key(struct perf_kvm_stat *kvm, in exit_event_decode_key() 679 static bool register_kvm_events_ops(struct perf_kvm_stat *kvm) in register_kvm_events_ops() [all …]
|
/linux-6.12.1/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 76 static void hcall_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in hcall_event_decode_key() 123 static int ppc__setup_book3s_hv(struct perf_kvm_stat *kvm, in ppc__setup_book3s_hv() 149 static int ppc__setup_kvm_tp(struct perf_kvm_stat *kvm) in ppc__setup_kvm_tp() 160 int setup_kvm_events_tp(struct perf_kvm_stat *kvm) in setup_kvm_events_tp() 165 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid __maybe_unused) in cpu_isa_init()
|
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 75 static void mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in mmio_event_decode_key() 119 static void ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in ioport_event_decode_key() 163 static void msr_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in msr_event_decode_key() 201 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
|
/linux-6.12.1/tools/perf/arch/riscv/util/ |
D | kvm-stat.c | 74 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid __maybe_unused) in cpu_isa_init()
|
/linux-6.12.1/tools/perf/arch/arm64/util/ |
D | kvm-stat.c | 80 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid __maybe_unused) in cpu_isa_init()
|
/linux-6.12.1/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 101 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
|
/linux-6.12.1/tools/perf/arch/loongarch/util/ |
D | kvm-stat.c | 134 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid __maybe_unused) in cpu_isa_init()
|