Home
last modified time | relevance | path

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

/tools/perf/ui/
Dbrowser.h46 int ui_browser__show(struct ui_browser *self, const char *title,
Dbrowser.c177 ui_browser__show(browser, browser->title, ui_helpline__current); in ui_browser__handle_resize()
247 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show() function
/tools/perf/ui/browsers/
Dmap.c75 if (ui_browser__show(&self->b, self->map->dso->long_name, in map_browser__run()
Dscripts.c91 if (ui_browser__show(&self->b, self->script_name, in script_browser__run()
Dhists.c325 if (ui_browser__show(&browser->b, title, in hist_browser__run()
1753 if (ui_browser__show(&menu->b, title, in perf_evsel_menu__run()
Dannotate.c657 if (ui_browser__show(&browser->b, sym->name, help) < 0) in annotate_browser__run()
/tools/perf/ui/tui/
Dutil.c31 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run()