Lines Matching full:title
437 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
440 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, in sym_title()
461 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
483 sym_title(ms->sym, ms->map, title, sizeof(title), annotate_opts.percent_type); in annotate_browser__callq()
484 ui_browser__show_title(&browser->b, title); in annotate_browser__callq()
656 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument
662 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
717 char title[256]; in annotate_browser__run() local
720 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
721 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run()
754 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
755 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
804 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()
904 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
905 annotate_browser__show(&browser->b, title, help); in annotate_browser__run()