Searched refs:ui_browser__printf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 809 ui_browser__printf(&browser->b, "%c", folded_sign); in hist_browser__show_callchain_entry() 1223 ui_browser__printf(arg->b, "%s", hpp->buf); in __hpp__slsmg_color_printf() 1259 ui_browser__printf(arg->b, "%s", hpp->buf); \ 1355 ui_browser__printf(&browser->b, " "); in hist_browser__show_entry() 1366 ui_browser__printf(&browser->b, "%s", s + ret); in hist_browser__show_entry() 1369 ui_browser__printf(&browser->b, "%s", s); in hist_browser__show_entry() 1473 ui_browser__printf(&browser->b, " "); in hist_browser__show_hierarchy_entry() 1484 ui_browser__printf(&browser->b, "%s", s + ret); in hist_browser__show_hierarchy_entry() 1488 ui_browser__printf(&browser->b, "%s", s); in hist_browser__show_hierarchy_entry() 1624 ui_browser__printf(&browser->b, " %s", buf); in hist_browser__show_no_entry() [all …]
|
H A D | map.c | 33 ui_browser__printf(browser, "%*" PRIx64 " %*" PRIx64 " %c ", in map_browser__write()
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.h | 49 void ui_browser__printf(struct ui_browser *browser, const char *fmt, ...);
|
H A D | browser.c | 68 void ui_browser__printf(struct ui_browser *browser __maybe_unused, const char *fmt, ...) in ui_browser__printf() function
|