ui_helpline__current  206 tools/perf/ui/browser.c 	ui_browser__show(browser, browser->title, ui_helpline__current);
ui_helpline__current   34 tools/perf/ui/gtk/helpline.c 	ret = vscnprintf(ui_helpline__current + backlog,
ui_helpline__current   35 tools/perf/ui/gtk/helpline.c 			 sizeof(ui_helpline__current) - backlog, fmt, ap);
ui_helpline__current   39 tools/perf/ui/gtk/helpline.c 	ptr = strchr(ui_helpline__current, '\n');
ui_helpline__current   40 tools/perf/ui/gtk/helpline.c 	if (ptr && (ptr - ui_helpline__current) <= backlog) {
ui_helpline__current   42 tools/perf/ui/gtk/helpline.c 		ui_helpline__puts(ui_helpline__current);
ui_helpline__current    9 tools/perf/ui/helpline.c char ui_helpline__current[512];
ui_helpline__current   26 tools/perf/ui/helpline.h extern char ui_helpline__current[512];
ui_helpline__current   22 tools/perf/ui/tui/helpline.c 	const size_t sz = sizeof(ui_helpline__current);
ui_helpline__current   28 tools/perf/ui/tui/helpline.c 	strlcpy(ui_helpline__current, msg, sz);