Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/tools/perf/util/ |
D | hist.h | 276 struct perf_hpp_fmt { struct 278 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 280 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 282 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument 283 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 285 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 287 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 289 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 291 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 293 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument [all …]
|