Searched defs:perf_top (Results 1 – 1 of 1) sorted by relevance
14 struct perf_top { struct15 struct perf_tool tool;16 struct perf_evlist *evlist;17 struct record_opts record_opts;45 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size); argument