D | hist.h | 343 struct perf_hpp_fmt; 349 struct perf_hpp_fmt *fmt, int printed); 454 struct perf_hpp_fmt *, struct hist_entry *, struct hist_entry *); 456 struct perf_hpp_fmt { struct 458 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 460 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 462 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument 463 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 465 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 470 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument [all …]
|