Searched refs:pcnt_width (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/tools/perf/ui/browsers/ | 
| D | annotate.c | 156 	u8 pcnt_width = annotation__pcnt_width(notes);  in annotate_browser__draw_current_jump()  local205 				 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()
 
 | 
| /Linux-v5.10/tools/perf/util/ | 
| D | annotate.c | 2897 	int pcnt_width = annotation__pcnt_width(notes),  in __annotation_line__write()  local2933 			obj__printf(obj, "%-*s", pcnt_width, " ");  in __annotation_line__write()
 2935 			obj__printf(obj, "%-*s", pcnt_width,  in __annotation_line__write()
 2991 		obj__printf(obj, "%-*s", width - pcnt_width - cycles_width, " ");  in __annotation_line__write()
 2998 		obj__printf(obj, "%-*s", width - printed - pcnt_width - cycles_width + 1, al->line);  in __annotation_line__write()
 3043 		obj__printf(obj, "%-*s", width - pcnt_width - cycles_width - 3 - printed, bf);  in __annotation_line__write()
 
 |