Lines Matching defs:help
743 int hist_browser__run(struct hist_browser *browser, const char *help,
755 if (ui_browser__show(&browser->b, title, "%s", help) < 0)
2983 /* help messages are sorted by lexical order of the hotkey */
3279 helpline = "Press '?' for help on key bindings";
3458 int nr_events, const char *help,
3500 key = evsel__hists_browse(pos, nr_events, help, true, hbt,
3558 static int __evlist__tui_browse_hists(struct evlist *evlist, int nr_entries, const char *help,
3588 return perf_evsel_menu__run(&menu, nr_entries, help,
3609 int evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt,
3619 return evsel__hists_browse(first, nr_entries, help, false, hbt, min_pcnt,
3637 return __evlist__tui_browse_hists(evlist, nr_entries, help, hbt, min_pcnt, env,
3664 static const char help[] =
3684 key = hist_browser__run(browser, "? - help", true, 0);
3690 ui_browser__help_window(&browser->b, help);