Searched defs:perf_top (Results 1 – 1 of 1) sorted by relevance
19 struct perf_top { struct20 struct perf_tool tool;21 struct evlist *evlist, *sb_evlist;22 struct record_opts record_opts;23 struct annotation_options annotation_opts;24 struct evswitch evswitch;29 u64 samples, lost, lost_total, drop, drop_total;30 u64 kernel_samples, us_samples;31 u64 exact_samples;32 u64 guest_us_samples, guest_kernel_samples;[all …]