Home
last modified time | relevance | path

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

/linux/tools/perf/ui/tui/
A Dhelpline.c13 char ui_helpline__last_msg[1024]; variable
37 ret = vscnprintf(ui_helpline__last_msg + backlog, in tui_helpline__show()
38 sizeof(ui_helpline__last_msg) - backlog, format, ap); in tui_helpline__show()
43 if (ui_helpline__last_msg[backlog - 1] == '\n') { in tui_helpline__show()
44 ui_helpline__puts(ui_helpline__last_msg); in tui_helpline__show()
A Dsetup.c169 ui_helpline__last_msg, in ui__exit()
/linux/tools/perf/ui/
A Dhelpline.h27 extern char ui_helpline__last_msg[];

Completed in 3 milliseconds