Lines Matching full:hpp
94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
114 struct perf_hpp *hpp __maybe_unused,
117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry() argument
120 int width = fmt_width(fmt, hpp, he->hists); in ev_name_entry()
122 return scnprintf(hpp->buf, hpp->size, "%*s", width, he->kvm_info->name); in ev_name_entry()
158 struct perf_hpp *hpp, \
162 int width = fmt_width(fmt, hpp, he->hists); \
167 return scnprintf(hpp->buf, hpp->size, "%*lu", width, \
208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean() argument
212 int width = fmt_width(fmt, hpp, he->hists); in ev_entry_mean()
217 return scnprintf(hpp->buf, hpp->size, "%*lu", width, in ev_entry_mean()
257 struct perf_hpp *hpp, in EV_METRIC_PERCENT()
260 int width = fmt_width(fmt, hpp, he->hists); in EV_METRIC_PERCENT()
265 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per)); in EV_METRIC_PERCENT()
290 struct perf_hpp *hpp, in ev_entry_count_precent() argument
293 int width = fmt_width(fmt, hpp, he->hists); in ev_entry_count_precent()
298 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per)); in ev_entry_count_precent()
335 struct perf_hpp *hpp __maybe_unused, in fmt_width()
344 static int fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in fmt_header() argument
350 int width = fmt_width(fmt, hpp, hists); in fmt_header()
355 return scnprintf(hpp->buf, hpp->size, "%*s", width, dim->header); in fmt_header()