Lines Matching refs:title
393 static int sym_title(struct symbol *sym, struct map *map, char *title,
396 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name,
416 char title[SYM_TITLE_MAX_SIZE];
438 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
439 ui_browser__show_title(&browser->b, title);
611 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help)
618 if (ui_browser__show(browser, title, help) < 0)
673 char title[256];
676 hists__scnprintf_title(hists, title, sizeof(title));
677 if (annotate_browser__show(&browser->b, title, help) < 0)
710 hists__scnprintf_title(hists, title, sizeof(title));
711 annotate_browser__show(&browser->b, title, help);
758 annotate_browser__show(&browser->b, title, help);
855 hists__scnprintf_title(hists, title, sizeof(title));
856 annotate_browser__show(&browser->b, title, help);