Home
last modified time | relevance | path

Searched defs:perf_top (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dtop.h20 struct perf_top { struct
21 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 …]