Searched refs:pcnt_width (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | annotate.c | 156 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() local 205 pcnt_width + 2 + notes->widths.addr + width, in annotate_browser__draw_current_jump() 210 pcnt_width + 3 + notes->widths.addr + width, in annotate_browser__draw_current_jump() 220 int pcnt_width = annotation__pcnt_width(notes); in annotate_browser__refresh() local 226 __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1); in annotate_browser__refresh()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | annotate.c | 2907 int pcnt_width = annotation__pcnt_width(notes), in __annotation_line__write() local 2943 obj__printf(obj, "%-*s", pcnt_width, " "); in __annotation_line__write() 2945 obj__printf(obj, "%-*s", pcnt_width, in __annotation_line__write() 3001 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width, " "); in __annotation_line__write() 3008 obj__printf(obj, "%-*s", width - printed - pcnt_width - cycles_width + 1, al->line); in __annotation_line__write() 3053 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width - 3 - printed, bf); in __annotation_line__write()
|