Lines Matching refs:title
441 static int sym_title(struct symbol *sym, struct map *map, char *title,
444 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name,
465 char title[SYM_TITLE_MAX_SIZE];
487 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
488 ui_browser__show_title(&browser->b, title);
660 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help)
667 if (ui_browser__show(browser, title, help) < 0)
722 char title[256];
725 hists__scnprintf_title(hists, title, sizeof(title));
726 if (annotate_browser__show(&browser->b, title, help) < 0)
759 hists__scnprintf_title(hists, title, sizeof(title));
760 annotate_browser__show(&browser->b, title, help);
809 annotate_browser__show(&browser->b, title, help);
909 hists__scnprintf_title(hists, title, sizeof(title));
910 annotate_browser__show(&browser->b, title, help);