Searched defs:perf_hpp_fmt (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 256 struct perf_hpp_fmt {  struct258 	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
 272 	bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b);  argument
 273 	void (*free)(struct perf_hpp_fmt *fmt);  argument
 [all …]
 
 |