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