Searched refs:helpline (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.c | 14 #include "helpline.h" 277 const char *helpline, ...) in ui_browser__show() 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() 276 ui_browser__show(struct ui_browser *browser, const char *title, const char *helpline, ...) ui_browser__show() argument
|
H A D | browser.h | 25 char *helpline; member 58 const char *helpline, ...);
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | browser.c | 14 #include "helpline.h" 277 const char *helpline, ...) in ui_browser__show() 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() 276 ui_browser__show(struct ui_browser *browser, const char *title, const char *helpline, ...) ui_browser__show() argument
|
H A D | browser.h | 25 char *helpline; member 58 const char *helpline, ...);
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 36 #include "../helpline.h" 2940 const char *helpline, in perf_evsel__hists_browse() 3015 ui_helpline__push(helpline); in perf_evsel__hists_browse() 3035 key = hist_browser__run(browser, helpline, warn_lost_event, key); in perf_evsel__hists_browse() 3057 helpline = buf; in perf_evsel__hists_browse() 3071 helpline = buf; in perf_evsel__hists_browse() 3267 helpline = "Press 'f' to disable the events or 'h' to see other hotkeys"; in perf_evsel__hists_browse() 3270 helpline = "Press 'f' again to re-enable the events"; in perf_evsel__hists_browse() 3277 helpline = "Press '?' for help on key bindings"; in perf_evsel__hists_browse() 2939 perf_evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) perf_evsel__hists_browse() argument
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 36 #include "../helpline.h" 2944 static int evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, in evsel__hists_browse() argument 3016 ui_helpline__push(helpline); in evsel__hists_browse() 3036 key = hist_browser__run(browser, helpline, warn_lost_event, key); in evsel__hists_browse() 3058 helpline = buf; in evsel__hists_browse() 3072 helpline = buf; in evsel__hists_browse() 3269 helpline = "Press 'f' to disable the events or 'h' to see other hotkeys"; in evsel__hists_browse() 3272 helpline = "Press 'f' again to re-enable the events"; in evsel__hists_browse() 3279 helpline = "Press '?' for help on key bindings"; in evsel__hists_browse()
|
Completed in 23 milliseconds