Searched defs:perf_top (Results 1 – 1 of 1) sorted by relevance
16 struct perf_top { struct17 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