Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | hist.h | 257 struct perf_hpp_fmt { struct 259 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 261 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 263 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 265 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 267 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 269 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 271 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 273 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument 274 void (*free)(struct perf_hpp_fmt *fmt); argument [all …]
|