Searched refs:pcnt_width (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | annotate.c | 1949 int pcnt_width = annotation__pcnt_width(notes), in __annotation_line__write() local 1985 obj__printf(obj, "%-*s", pcnt_width, " "); in __annotation_line__write() 1987 obj__printf(obj, "%-*s", pcnt_width, in __annotation_line__write() 2059 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width, " "); in __annotation_line__write() 2068 obj__printf(obj, "%-*s", width - printed - pcnt_width - cycles_width + 1, al->line); in __annotation_line__write() 2113 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width - 3 - printed, bf); in __annotation_line__write()
|