Lines Matching refs:perf_hpp
342 struct perf_hpp;
348 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
445 struct perf_hpp { struct
458 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
460 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
463 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
465 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
613 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
614 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
616 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
620 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
625 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
775 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
776 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
777 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,