Lines Matching full:hpp
158 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
243 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
245 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
247 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
249 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
287 struct perf_hpp_list hpp; member
392 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
393 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
395 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
398 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
402 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
404 hpp->buf += inc; in advance_hpp()
405 hpp->size -= inc; in advance_hpp()
516 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
517 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
518 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,