D | hist.h | 163 struct perf_hpp_fmt; 171 struct perf_hpp_fmt *fmt, int printed); 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 [all …]
|