Home
last modified time | relevance | path

Searched refs:ui_browser__show (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/perf/ui/browsers/
Dheader.c43 if (ui_browser__show(menu, "Header information", "Press 'q' to exit") < 0) in list_menu__run()
Dmap.c79 if (ui_browser__show(&browser->b, dso__long_name(map__dso(browser->map)), in map_browser__run()
Dannotate-data.c345 if (ui_browser__show(uib, title, help) < 0) in browser__show()
Dannotate.c663 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
Dhists.c756 if (ui_browser__show(&browser->b, title, "%s", help) < 0) in hist_browser__run()
3495 if (ui_browser__show(&menu->b, title, in perf_evsel_menu__run()
/linux-6.12.1/tools/perf/ui/
Dbrowser.h57 int ui_browser__show(struct ui_browser *browser, const char *title,
Dbrowser.c206 ui_browser__show(browser, browser->title ?: "", ui_helpline__current); in ui_browser__handle_resize()
276 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show() function
/linux-6.12.1/tools/perf/ui/tui/
Dutil.c30 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run()