Lines Matching defs:help
553 static int evlist__tty_browse_hists(struct evlist *evlist, struct report *rep, const char *help)
589 fprintf(stdout, "#\n# (%s)\n#\n", help);
633 static int report__gtk_browse_hists(struct report *rep, const char *help)
635 int (*hist_browser)(struct evlist *evlist, const char *help,
645 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent);
653 char *help = NULL, *path = NULL;
656 if (perf_tip(&help, path) || help == NULL) {
660 if (perf_tip(&help, path) || help == NULL)
661 help = strdup("Cannot load tips.txt file, please install perf!");
672 ret = evlist__tui_browse_hists(evlist, help, NULL, rep->min_percent,
682 ret = report__gtk_browse_hists(rep, help);
685 ret = evlist__tty_browse_hists(evlist, rep, help);
688 free(help);