Lines Matching full:hpp

179 			       struct perf_hpp *hpp,  in block_column_header()  argument
186 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_column_header()
191 struct perf_hpp *hpp __maybe_unused, in block_column_width()
199 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
203 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
207 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
211 struct perf_hpp *hpp, in block_total_cycles_pct_entry() argument
221 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry()
255 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() argument
263 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_cycles_lbr_entry()
268 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() argument
280 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_cycles_pct_entry()
284 struct perf_hpp *hpp, in block_avg_cycles_entry() argument
294 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_avg_cycles_entry()
298 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry() argument
326 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_range_entry()
329 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry() argument
336 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
340 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
358 struct perf_hpp *hpp, in block_branch_counter_entry() argument
370 ret = scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_branch_counter_entry()