Lines Matching defs:perf_hpp_fmt
264 struct perf_hpp_fmt { struct
266 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
268 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
270 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
272 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
274 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
276 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
278 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
280 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
281 void (*free)(struct perf_hpp_fmt *fmt); argument
283 struct list_head list;
284 struct list_head sort_list;
285 bool elide;
286 int len;
287 int user_len;
288 int idx;
289 int level;