Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dheader.c43 if (ui_browser__show(menu, "Header information", "Press 'q' to exit") < 0) in list_menu__run()
H A Dmap.c79 if (ui_browser__show(&browser->b, map__dso(browser->map)->long_name, in map_browser__run()
H A Dannotate.c667 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
H A 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()
/openbmc/linux/tools/perf/ui/
H A Dbrowser.h57 int ui_browser__show(struct ui_browser *browser, const char *title,
H A 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
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c30 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run()