Lines Matching full:hpp
184 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
275 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
277 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
280 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
282 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
320 struct perf_hpp_list hpp; member
424 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
425 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
427 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
430 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
434 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
436 hpp->buf += inc; in advance_hpp()
437 hpp->size -= inc; in advance_hpp()
579 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
580 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);
581 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,