Searched refs:helpline (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | browser.c | 285 const char *helpline, ...) in ui_browser__show() argument 300 zfree(&browser->helpline); in ui_browser__show() 302 va_start(ap, helpline); in ui_browser__show() 303 err = vasprintf(&browser->helpline, helpline, ap); in ui_browser__show() 306 ui_helpline__push(browser->helpline); in ui_browser__show() 315 zfree(&browser->helpline); in ui_browser__hide() 416 ui_helpline__puts(browser->helpline); in ui_browser__run()
|
| H A D | browser.h | 25 char *helpline; member 58 const char *helpline, ...);
|
| H A D | Build | 2 perf-ui-y += helpline.o
|
| /linux/tools/perf/ui/tui/ |
| H A D | Build | 3 perf-ui-y += helpline.o
|
| /linux/tools/perf/ui/gtk/ |
| H A D | Build | 7 gtk-y += helpline.o
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2999 static int evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, in evsel__hists_browse() argument 3071 ui_helpline__push(helpline); in evsel__hists_browse() 3091 key = hist_browser__run(browser, helpline, warn_lost_event, key); in evsel__hists_browse() 3113 helpline = buf; in evsel__hists_browse() 3127 helpline = buf; in evsel__hists_browse() 3325 helpline = "Press 'f' to disable the events or 'h' to see other hotkeys"; in evsel__hists_browse() 3328 helpline = "Press 'f' again to re-enable the events"; in evsel__hists_browse() 3335 helpline = "Press '?' for help on key bindings"; in evsel__hists_browse()
|