Home
last modified time | relevance | path

Searched refs:br_cntr_text (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c888 char *br_cntr_text = NULL; in annotate_browser__run() local
910 annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false); in annotate_browser__run()
1105 if (br_cntr_text) in annotate_browser__run()
1106 ui_browser__help_window(&browser->b, br_cntr_text); in annotate_browser__run()
1143 free(br_cntr_text); in annotate_browser__run()
H A Dhists.c3716 char *br_cntr_text = NULL; in block_hists_tui_browse() local
3737 if (!annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false)) in block_hists_tui_browse()
3762 if (br_cntr_text) { in block_hists_tui_browse()
3764 br_cntr_text, "Press any key...", 0); in block_hists_tui_browse()
3780 free(br_cntr_text); in block_hists_tui_browse()