Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | hist.h | 452 struct perf_hpp_fmt { struct 454 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 456 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 458 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument 459 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 461 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 463 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 465 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 467 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 469 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument [all …]
|