Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/ui/
A Dbrowser.c277 const char *helpline, ...) in ui_browser__show() argument
291 zfree(&browser->helpline); in ui_browser__show()
293 va_start(ap, helpline); in ui_browser__show()
294 err = vasprintf(&browser->helpline, helpline, ap); in ui_browser__show()
297 ui_helpline__push(browser->helpline); in ui_browser__show()
306 zfree(&browser->helpline); in ui_browser__hide()
406 ui_helpline__puts(browser->helpline); in ui_browser__run()
A Dbrowser.h25 char *helpline; member
58 const char *helpline, ...);
A DBuild2 perf-y += helpline.o
/linux-6.3-rc2/tools/perf/ui/tui/
A DBuild3 perf-y += helpline.o
/linux-6.3-rc2/tools/perf/ui/gtk/
A DBuild7 gtk-y += helpline.o
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dhists.c2950 static int evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, in evsel__hists_browse() argument
3022 ui_helpline__push(helpline); in evsel__hists_browse()
3042 key = hist_browser__run(browser, helpline, warn_lost_event, key); in evsel__hists_browse()
3064 helpline = buf; in evsel__hists_browse()
3078 helpline = buf; in evsel__hists_browse()
3274 helpline = "Press 'f' to disable the events or 'h' to see other hotkeys"; in evsel__hists_browse()
3277 helpline = "Press 'f' again to re-enable the events"; in evsel__hists_browse()
3284 helpline = "Press '?' for help on key bindings"; in evsel__hists_browse()

Completed in 13 milliseconds