Searched defs:perf_hpp_fmt (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/util/ |
| D | hist.h | 230 struct perf_hpp_fmt { struct 232 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 234 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 236 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 238 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 240 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 242 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument 244 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 246 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument 247 void (*free)(struct perf_hpp_fmt *fmt); argument [all …]
|