Lines Matching refs:hpp

164 			       struct perf_hpp *hpp,  in block_column_header()  argument
171 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_column_header()
176 struct perf_hpp *hpp __maybe_unused, in block_column_width()
184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
192 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
196 struct perf_hpp *hpp, in block_total_cycles_pct_entry() argument
206 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry()
240 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() argument
248 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_cycles_lbr_entry()
253 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() argument
265 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_cycles_pct_entry()
269 struct perf_hpp *hpp, in block_avg_cycles_entry() argument
279 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_avg_cycles_entry()
283 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry() argument
311 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_range_entry()
314 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry() argument
321 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
325 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()