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