Lines Matching refs:hpp
190 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
192 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
194 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
196 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
268 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
269 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
271 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
274 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
278 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
280 hpp->buf += inc; in advance_hpp()
281 hpp->size -= inc; in advance_hpp()