Searched refs:ui_helpline__last_msg (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/ui/tui/
H A Dhelpline.c12 char ui_helpline__last_msg[1024]; variable
36 ret = vscnprintf(ui_helpline__last_msg + backlog,
37 sizeof(ui_helpline__last_msg) - backlog, format, ap);
42 if (ui_helpline__last_msg[backlog - 1] == '\n') {
43 ui_helpline__puts(ui_helpline__last_msg);
H A Dsetup.c190 ui_helpline__last_msg,
/linux-master/tools/perf/ui/
H A Dhelpline.h27 extern char ui_helpline__last_msg[];

Completed in 108 milliseconds