Home
last modified time | relevance | path

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

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