Home
last modified time | relevance | path

Searched refs:ui_helpline__puts (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/ui/tui/
H A Dhelpline.c43 ui_helpline__puts(ui_helpline__last_msg); in tui_helpline__show()
61 ui_helpline__puts(" "); in ui_helpline__init()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c422 ui_helpline__puts("Only available for source code lines."); in annotate_browser__show_full_location()
424 ui_helpline__puts("No source file location."); in annotate_browser__show_full_location()
428 ui_helpline__puts(help_line); in annotate_browser__show_full_location()
466 ui_helpline__puts("The called function was not found."); in annotate_browser__callq()
564 ui_helpline__puts("String not found!"); in __annotate_browser__search()
601 ui_helpline__puts("String not found!"); in __annotate_browser__search_reverse()
819 ui_helpline__puts(help); in annotate_browser__run()
839 ui_helpline__puts(help); in annotate_browser__run()
869 ui_helpline__puts("Huh? No selection. Report to linux-kernel@vger.kernel.org"); in annotate_browser__run()
871 ui_helpline__puts("Actions are only available for assembly lines."); in annotate_browser__run()
[all …]
/openbmc/linux/tools/perf/ui/
H A Dhelpline.h22 void ui_helpline__puts(const char *msg);
H A Dhelpline.c64 void ui_helpline__puts(const char *msg) in ui_helpline__puts() function
H A Dbrowser.c408 ui_helpline__puts(browser->helpline); in ui_browser__run()
/openbmc/linux/tools/perf/ui/gtk/
H A Dhelpline.c42 ui_helpline__puts(ui_helpline__current); in gtk_helpline_show()