Searched refs:perf_kvm_stat (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | kvm-stat.h | 43 struct perf_kvm_stat; 59 void (*decode_key)(struct perf_kvm_stat *kvm, struct event_key *key, 72 struct perf_kvm_stat { struct 119 void exit_event_decode_key(struct perf_kvm_stat *kvm, argument 125 int setup_kvm_events_tp(struct perf_kvm_stat *kvm); 135 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid);
|
/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 71 static void hcall_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in hcall_event_decode_key() 117 static int ppc__setup_book3s_hv(struct perf_kvm_stat *kvm, in ppc__setup_book3s_hv() 143 static int ppc__setup_kvm_tp(struct perf_kvm_stat *kvm) in ppc__setup_kvm_tp() 154 int setup_kvm_events_tp(struct perf_kvm_stat *kvm) in setup_kvm_events_tp() 159 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid __maybe_unused) in cpu_isa_init()
|
/tools/perf/ |
D | builtin-kvm.c | 72 static const char *get_exit_reason(struct perf_kvm_stat *kvm, in get_exit_reason() 87 void exit_event_decode_key(struct perf_kvm_stat *kvm, in exit_event_decode_key() 97 static bool register_kvm_events_ops(struct perf_kvm_stat *kvm) in register_kvm_events_ops() 118 static void init_kvm_event_record(struct perf_kvm_stat *kvm) in init_kvm_event_record() 195 static struct kvm_event *find_create_kvm_event(struct perf_kvm_stat *kvm, in find_create_kvm_event() 217 static bool handle_begin_event(struct perf_kvm_stat *kvm, in handle_begin_event() 264 static bool is_child_event(struct perf_kvm_stat *kvm, in is_child_event() 286 static bool handle_child_event(struct perf_kvm_stat *kvm, in handle_child_event() 312 static bool handle_end_event(struct perf_kvm_stat *kvm, in handle_end_event() 396 static bool handle_kvm_event(struct perf_kvm_stat *kvm, in handle_kvm_event() [all …]
|
/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 72 static void mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in mmio_event_decode_key() 116 static void ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in ioport_event_decode_key() 152 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
|
/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()
|