Lines Matching defs:perf_kvm_stat
72 struct perf_kvm_stat { struct
73 struct perf_tool tool;
74 struct record_opts opts;
75 struct perf_evlist *evlist;
76 struct perf_session *session;
78 const char *file_name;
79 const char *report_event;
80 const char *sort_key;
81 int trace_vcpu;
83 struct exit_reasons_table *exit_reasons;
84 const char *exit_reasons_isa;
86 struct kvm_events_ops *events_ops;
87 key_cmp_fun compare;
88 struct list_head kvm_events_cache[EVENTS_CACHE_SIZE];
90 u64 total_time;
91 u64 total_count;
92 u64 lost_events;
93 u64 duration;
95 struct intlist *pid_list;
119 void exit_event_decode_key(struct perf_kvm_stat *kvm, argument