D | hist.h | 188 struct perf_hpp_fmt { struct 190 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 192 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 194 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 196 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 198 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 200 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 202 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 227 extern struct perf_hpp_fmt perf_hpp__format[]; argument 244 void perf_hpp__column_register(struct perf_hpp_fmt *format); [all …]
|