Lines Matching full:hpp
376 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
489 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
491 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
494 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
496 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
531 struct perf_hpp_list hpp; member
656 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
657 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
659 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
663 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
667 int hpp__fmt_mem_stat(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
671 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
673 hpp->buf += inc; in advance_hpp()
674 hpp->size -= inc; in advance_hpp()
823 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
824 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
825 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,