Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/ui/
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()
Dhelpline.h14 extern struct ui_helpline *helpline_fns;
/linux-6.1.9/tools/perf/ui/tui/
Dhelpline.c60 helpline_fns = &tui_helpline_fns; in ui_helpline__init()
/linux-6.1.9/tools/perf/ui/gtk/
Dhelpline.c57 helpline_fns = &gtk_helpline_fns; in perf_gtk__init_helpline()