Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dannotate.c102 int i, pcnt_width = 7 * ab->nr_events; in annotate_browser__write() local
119 slsmg_write_nstring(" ", pcnt_width); in annotate_browser__write()
129 slsmg_write_nstring(" ", width - pcnt_width); in annotate_browser__write()
134 slsmg_write_nstring(dl->line, width - printed - pcnt_width + 1); in annotate_browser__write()
193 slsmg_write_nstring(bf, width - pcnt_width - 3 - printed); in annotate_browser__write()
218 u8 pcnt_width = 7; in annotate_browser__draw_current_jump() local
242 pcnt_width *= ab->nr_events; in annotate_browser__draw_current_jump()
245 __ui_browser__line_arrow(browser, pcnt_width + 2 + ab->addr_width, in annotate_browser__draw_current_jump()
253 int pcnt_width; in annotate_browser__refresh() local
255 pcnt_width = 7 * ab->nr_events; in annotate_browser__refresh()
[all …]