| D | hist.h | 162 struct perf_hpp_fmt;170 				   struct perf_hpp_fmt *fmt, int printed);
 256 struct perf_hpp_fmt {  struct
 258 	int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 260 	int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 262 	int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 264 	int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 266 	int64_t (*cmp)(struct perf_hpp_fmt *fmt,  argument
 268 	int64_t (*collapse)(struct perf_hpp_fmt *fmt,  argument
 270 	int64_t (*sort)(struct perf_hpp_fmt *fmt,  argument
 [all …]
 
 |