D | hist.h | 195 struct perf_hpp_fmt { struct 197 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 199 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 201 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 203 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 205 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 207 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 209 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 234 extern struct perf_hpp_fmt perf_hpp__format[]; argument 251 void perf_hpp__column_register(struct perf_hpp_fmt *format); [all …]
|