Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtop.h16 struct perf_top { struct
17 struct perf_tool tool;
18 struct perf_evlist *evlist;
19 struct record_opts record_opts;
20 struct annotation_options annotation_opts;
47 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size); argument