Searched defs:perf_hpp_fmt (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/tools/perf/util/ | 
| D | hist.h | 188 struct perf_hpp_fmt {  struct190 	int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 192 	int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 194 	int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 196 	int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,  argument
 198 	int64_t (*cmp)(struct perf_hpp_fmt *fmt,  argument
 200 	int64_t (*collapse)(struct perf_hpp_fmt *fmt,  argument
 202 	int64_t (*sort)(struct perf_hpp_fmt *fmt,  argument
 227 extern struct perf_hpp_fmt perf_hpp__format[];  argument
 
 |