Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 273 struct perf_hpp_fmt { struct 275 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 277 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 279 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument 280 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 282 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 284 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 286 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 288 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 290 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument [all …]
|