Lines Matching full:title
515 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
518 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, in sym_title()
539 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
561 sym_title(ms->sym, ms->map, title, sizeof(title), annotate_opts.percent_type); in annotate_browser__callq()
562 ui_browser__show_title(&browser->b, title); in annotate_browser__callq()
734 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument
740 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
808 char title[256]; in annotate_browser__run() local
811 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
812 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run()
847 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
848 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
898 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
912 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
913 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
1000 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
1001 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()