Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/tui/
Dhelpline.c42 ui_helpline__puts(ui_helpline__last_msg); in tui_helpline__show()
60 ui_helpline__puts(" "); in ui_helpline__init()
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c412 ui_helpline__puts("Only available for assembly lines."); in annotate_browser__toggle_source()
464 ui_helpline__puts("The called function was not found."); in annotate_browser__callq()
515 ui_helpline__puts("Invalid jump offset"); in annotate_browser__jump()
554 ui_helpline__puts("String not found!"); in __annotate_browser__search()
593 ui_helpline__puts("String not found!"); in __annotate_browser__search_reverse()
759 ui_helpline__puts(help); in annotate_browser__run()
775 ui_helpline__puts(help); in annotate_browser__run()
802 ui_helpline__puts("Huh? No selection. Report to linux-kernel@vger.kernel.org"); in annotate_browser__run()
804 ui_helpline__puts("Actions are only available for assembly lines."); in annotate_browser__run()
812 ui_helpline__puts("Actions are only available for 'callq', 'retq' & jump instructions."); in annotate_browser__run()
/linux-4.1.27/tools/perf/ui/
Dhelpline.h23 void ui_helpline__puts(const char *msg);
Dhelpline.c64 void ui_helpline__puts(const char *msg) in ui_helpline__puts() function
Dbrowser.c375 ui_helpline__puts(browser->helpline); in ui_browser__run()
/linux-4.1.27/tools/perf/ui/gtk/
Dhelpline.c41 ui_helpline__puts(ui_helpline__current); in gtk_helpline_show()