Home
last modified time | relevance | path

Searched refs:pcnt_width (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c121 int i, pcnt_width = annotate_browser__pcnt_width(ab); in annotate_browser__write() local
170 ui_browser__write_nstring(browser, " ", width - pcnt_width); in annotate_browser__write()
179 ui_browser__write_nstring(browser, dl->line, width - printed - pcnt_width + 1); in annotate_browser__write()
238 ui_browser__write_nstring(browser, bf, width - pcnt_width - 3 - printed); in annotate_browser__write()
263 u8 pcnt_width = annotate_browser__pcnt_width(ab); in annotate_browser__draw_current_jump() local
288 __ui_browser__line_arrow(browser, pcnt_width + 2 + ab->addr_width, in annotate_browser__draw_current_jump()
296 int pcnt_width = annotate_browser__pcnt_width(ab); in annotate_browser__refresh() local
302 __ui_browser__vline(browser, pcnt_width, 0, browser->height - 1); in annotate_browser__refresh()