Lines Matching defs:title
438 static int sym_title(struct symbol *sym, struct map *map, char *title,
441 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name,
462 char title[SYM_TITLE_MAX_SIZE];
484 sym_title(ms->sym, ms->map, title, sizeof(title), annotate_opts.percent_type);
485 ui_browser__show_title(&browser->b, title);
657 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help)
663 if (ui_browser__show(browser, title, help) < 0)
719 char title[256];
722 hists__scnprintf_title(hists, title, sizeof(title));
723 if (annotate_browser__show(&browser->b, title, help) < 0)
758 hists__scnprintf_title(hists, title, sizeof(title));
759 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);