Searched defs:perf_kvm_stat (Results 1 – 2 of 2) 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 …]
80 struct perf_kvm_stat { struct81 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;[all …]