Searched refs:pcnt_width (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 192 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump() local 243 pcnt_width + 2 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump() 249 pcnt_width + 3 + notes->src->widths.addr + width + cntr_width, in annotate_browser__draw_current_jump() 258 int pcnt_width = annotation__pcnt_width(notes); in annotate_browser__refresh() local 264 __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1); in annotate_browser__refresh()
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 2019 int pcnt_width = annotation__pcnt_width(notes); in annotation_line__write() local 2062 obj__printf(obj, "%-*s", pcnt_width, " "); in annotation_line__write() 2064 obj__printf(obj, "%-*s", pcnt_width, in annotation_line__write() 2069 width -= pcnt_width; in annotation_line__write()
|