Home
last modified time | relevance | path

Searched refs:perf_kvm_stat (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dkvm-stat.h43 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
134 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid);
/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c72 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()
395 static bool handle_kvm_event(struct perf_kvm_stat *kvm, in handle_kvm_event()
[all …]
/linux-4.4.14/tools/perf/arch/x86/util/
Dkvm-stat.c64 static void mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in mmio_event_decode_key()
108 static void ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, in ioport_event_decode_key()
144 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()
/linux-4.4.14/tools/perf/arch/s390/util/
Dkvm-stat.c96 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()