helpline_fns       57 tools/perf/ui/gtk/helpline.c 	helpline_fns = &gtk_helpline_fns;
helpline_fns       31 tools/perf/ui/helpline.c struct ui_helpline *helpline_fns = &default_helpline_fns;
helpline_fns       35 tools/perf/ui/helpline.c 	helpline_fns->pop();
helpline_fns       40 tools/perf/ui/helpline.c 	helpline_fns->push(msg);
helpline_fns       72 tools/perf/ui/helpline.c 	return helpline_fns->show(fmt, ap);
helpline_fns       14 tools/perf/ui/helpline.h extern struct ui_helpline *helpline_fns;
helpline_fns       61 tools/perf/ui/tui/helpline.c 	helpline_fns = &tui_helpline_fns;