Lines Matching refs:title
549 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
552 return snprintf(title, sz, "%s %s [Percent: %s] %s", sym->name, in sym_title()
563 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__show_function_title() local
565 sym_title(sym, ms->map, title, sizeof(title), annotate_opts.percent_type); in annotate_browser__show_function_title()
569 ui_browser__write_nstring(b, title, b->width + 1); in annotate_browser__show_function_title()
787 static int annotate_browser__show(struct annotate_browser *browser, char *title, const char *help) in annotate_browser__show() argument
789 if (ui_browser__show(&browser->b, title, help) < 0) in annotate_browser__show()
889 char title[256]; in annotate_browser__run() local
892 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
893 if (annotate_browser__show(browser, title, help) < 0) in annotate_browser__run()
935 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
936 annotate_browser__show(browser, title, help); in annotate_browser__run()
987 annotate_browser__show(browser, title, help); in annotate_browser__run()
1012 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
1013 annotate_browser__show(browser, title, help); in annotate_browser__run()
1101 annotate__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
1102 annotate_browser__show(browser, title, help); in annotate_browser__run()
1123 annotate_browser__show(browser, title, help); in annotate_browser__run()