Lines Matching defs:perf_hpp_fmt
487 struct perf_hpp_fmt { struct
489 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
491 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
493 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument
494 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
496 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
498 perf_hpp_fmt_cmp_t cmp; argument
499 perf_hpp_fmt_cmp_t collapse; argument
500 perf_hpp_fmt_cmp_t sort; argument
501 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
502 void (*free)(struct perf_hpp_fmt *fmt); argument
504 struct list_head list;
505 struct list_head sort_list;
506 bool elide;
507 int len;
508 int user_len;
509 int idx;
510 int level;