Home
last modified time | relevance | path

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

/linux-6.6.21/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, map__dso(browser->map)->long_name, in map_browser__run()
Dannotate.c667 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
Dhists.c755 if (ui_browser__show(&browser->b, title, "%s", help) < 0) in hist_browser__run()
3468 if (ui_browser__show(&menu->b, title, in perf_evsel_menu__run()
/linux-6.6.21/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.6.21/tools/perf/ui/tui/
Dutil.c30 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run()