Searched refs:color_pct (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dblock-info.c184 static int color_pct(struct perf_hpp *hpp, int width, double pct) function
206 return color_pct(hpp, block_fmt->width, 100.0 * ratio);
265 return color_pct(hpp, block_fmt->width, 100.0 * ratio);

Completed in 120 milliseconds