Lines Matching defs:perf_kvm_stat
80 struct perf_kvm_stat { struct
81 struct perf_tool tool;
82 struct record_opts opts;
83 struct evlist *evlist;
84 struct perf_session *session;
86 const char *file_name;
87 const char *report_event;
88 const char *sort_key;
89 int trace_vcpu;
92 struct addr_location al;
94 struct exit_reasons_table *exit_reasons;
95 const char *exit_reasons_isa;
97 struct kvm_events_ops *events_ops;
99 u64 total_time;
100 u64 total_count;
101 u64 lost_events;
102 u64 duration;
104 struct intlist *pid_list;
129 void exit_event_decode_key(struct perf_kvm_stat *kvm, argument