Searched refs:color_pct (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-info.c | 184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() function 206 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry() 265 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_cycles_pct_entry()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.c | 184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() function 206 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry() 265 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_cycles_pct_entry()
|
Completed in 2 milliseconds