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