Lines Matching defs:help
530 const char *help)
563 fprintf(stdout, "#\n# (%s)\n#\n", help);
607 static int report__gtk_browse_hists(struct report *rep, const char *help)
609 int (*hist_browser)(struct evlist *evlist, const char *help,
619 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent);
627 char *help = NULL, *path = NULL;
630 if (perf_tip(&help, path) || help == NULL) {
634 if (perf_tip(&help, path) || help == NULL)
635 help = strdup("Cannot load tips.txt file, please install perf!");
646 ret = perf_evlist__tui_browse_hists(evlist, help, NULL,
658 ret = report__gtk_browse_hists(rep, help);
661 ret = perf_evlist__tty_browse_hists(evlist, rep, help);
664 free(help);