Lines Matching refs:title
446 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
449 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name, in sym_title()
469 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
491 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq()
492 ui_browser__show_title(&browser->b, title); in annotate_browser__callq()
664 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument
671 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
726 char title[256]; in annotate_browser__run() local
729 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
730 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run()
763 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
764 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
812 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
912 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
913 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()