Lines Matching refs:perf_hpp
162 struct perf_hpp;
170 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
249 struct perf_hpp { struct
259 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
261 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
263 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
265 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
408 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
409 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
411 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
414 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
418 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
575 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
576 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
577 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,