Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c718 char *br_cntr_text = NULL; in annotate_browser__run() local
735 annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false); in annotate_browser__run()
913 if (br_cntr_text) in annotate_browser__run()
914 ui_browser__help_window(&browser->b, br_cntr_text); in annotate_browser__run()
939 free(br_cntr_text); in annotate_browser__run()
Dhists.c3687 char *br_cntr_text = NULL; in block_hists_tui_browse() local
3708 if (!annotation_br_cntr_abbr_list(&br_cntr_text, evsel, false)) in block_hists_tui_browse()
3732 if (br_cntr_text) { in block_hists_tui_browse()
3734 br_cntr_text, "Press any key...", 0); in block_hists_tui_browse()
3748 free(br_cntr_text); in block_hists_tui_browse()