Lines Matching refs:hpp
197 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
199 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
201 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
203 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
275 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
276 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
278 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
281 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
285 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
287 hpp->buf += inc; in advance_hpp()
288 hpp->size -= inc; in advance_hpp()