Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c73 static const char *get_exit_reason(struct perf_kvm_stat *kvm, in get_exit_reason()
88 void exit_event_decode_key(struct perf_kvm_stat *kvm, in exit_event_decode_key()
98 static bool register_kvm_events_ops(struct perf_kvm_stat *kvm) in register_kvm_events_ops()
119 static void init_kvm_event_record(struct perf_kvm_stat *kvm) in init_kvm_event_record()
196 static struct kvm_event *find_create_kvm_event(struct perf_kvm_stat *kvm, in find_create_kvm_event()
218 static bool handle_begin_event(struct perf_kvm_stat *kvm, in handle_begin_event()
265 static bool is_child_event(struct perf_kvm_stat *kvm, in is_child_event()
287 static bool handle_child_event(struct perf_kvm_stat *kvm, in handle_child_event()
313 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 …]
/linux-4.1.27/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.1.27/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.1.27/tools/perf/arch/s390/util/
Dkvm-stat.c96 int cpu_isa_init(struct perf_kvm_stat *kvm, const char *cpuid) in cpu_isa_init()