Home
last modified time | relevance | path

Searched refs:helpline_fns (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/ui/
H A Dhelpline.c31 struct ui_helpline *helpline_fns = &default_helpline_fns; variable
35 helpline_fns->pop(); in ui_helpline__pop()
40 helpline_fns->push(msg); in ui_helpline__push()
72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
H A Dhelpline.h14 extern struct ui_helpline *helpline_fns;
/openbmc/linux/tools/perf/ui/tui/
H A Dhelpline.c60 helpline_fns = &tui_helpline_fns; in ui_helpline__init()
/openbmc/linux/tools/perf/ui/gtk/
H A Dhelpline.c57 helpline_fns = &gtk_helpline_fns; in perf_gtk__init_helpline()