Lines Matching refs:hpp
196 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
198 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
200 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
202 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
274 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
275 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
277 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
280 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
284 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
286 hpp->buf += inc; in advance_hpp()
287 hpp->size -= inc; in advance_hpp()