Searched refs:annotation_br_cntr_abbr_list (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/util/ |
H A D | annotate.h | 569 int annotation_br_cntr_abbr_list(char **str, struct evsel *evsel, bool header);
|
H A D | annotate.c | 1743 int annotation_br_cntr_abbr_list(char **str, struct evsel *evsel, bool header) in annotation_br_cntr_abbr_list() function
|
/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 735 annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false); in annotate_browser__run()
|
H A D | hists.c | 3708 if (!annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false)) in block_hists_tui_browse()
|
/linux/tools/perf/ |
H A D | builtin-report.c | 580 if (!annotation_br_cntr_abbr_list(&buf, pos, true)) { in evlist__tty_browse_hists()
|
H A D | builtin-script.c | 808 if (!annotation_br_cntr_abbr_list(&buf, evsel, true)) { in perf_sample__fprintf_start()
|