Searched defs:perf_kvm_stat (Results 1 – 1 of 1) sorted by relevance
76 struct perf_kvm_stat { struct77 struct perf_tool tool;78 struct record_opts opts;79 struct evlist *evlist;80 struct perf_session *session;82 const char *file_name;83 const char *report_event;84 const char *sort_key;85 int trace_vcpu;87 struct exit_reasons_table *exit_reasons;[all …]