Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
/linux-6.15/tools/perf/util/ ! |
D | hist.h | 473 struct perf_hpp_fmt { struct 475 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 477 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 479 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument 480 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 482 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 484 perf_hpp_fmt_cmp_t cmp; argument 485 perf_hpp_fmt_cmp_t collapse; argument 486 perf_hpp_fmt_cmp_t sort; argument 487 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument [all …]
|