Searched refs:perf_kvm_stat (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | kvm-stat.h | 47 struct perf_kvm_stat; 63 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, 76 struct perf_kvm_stat { struct 123 void exit_event_decode_key(struct perf_kvm_stat *kvm, argument 129 int setup_kvm_events_tp(struct perf_kvm_stat *kvm); 139 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid);
|
/Linux-v5.10/tools/perf/ |
D | builtin-kvm.c | 103 static const char *get_exit_reason(struct perf_kvm_stat *kvm, in get_exit_reason() 118 void exit_event_decode_key(struct perf_kvm_stat *kvm, in exit_event_decode_key() 128 static bool register_kvm_events_ops(struct perf_kvm_stat *kvm) in register_kvm_events_ops() 149 static void init_kvm_event_record(struct perf_kvm_stat *kvm) in init_kvm_event_record() 226 static struct kvm_event *find_create_kvm_event(struct perf_kvm_stat *kvm, in find_create_kvm_event() 248 static bool handle_begin_event(struct perf_kvm_stat *kvm, in handle_begin_event() 295 static bool is_child_event(struct perf_kvm_stat *kvm, in is_child_event() 317 static bool handle_child_event(struct perf_kvm_stat *kvm, in handle_child_event() 343 static bool handle_end_event(struct perf_kvm_stat *kvm, in handle_end_event() 426 static bool handle_kvm_event(struct perf_kvm_stat *kvm, in handle_kvm_event() [all …]
|
/Linux-v5.10/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 77 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-v5.10/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 76 static void mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in mmio_event_decode_key() 120 static void ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in ioport_event_decode_key() 156 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
|
/Linux-v5.10/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 102 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
|