|
| const char * | name |
| |
| int(* | header )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line, int *span) |
| |
| int(* | width )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists) |
| |
| int(* | color )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
| |
| int(* | entry )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
| |
| int64_t(* | cmp )(struct perf_hpp_fmt *fmt, struct hist_entry *a, struct hist_entry *b) |
| |
| int64_t(* | collapse )(struct perf_hpp_fmt *fmt, struct hist_entry *a, struct hist_entry *b) |
| |
| int64_t(* | sort )(struct perf_hpp_fmt *fmt, struct hist_entry *a, struct hist_entry *b) |
| |
| bool(* | equal )(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) |
| |
| void(* | free )(struct perf_hpp_fmt *fmt) |
| |
| struct list_head | list |
| |
| struct list_head | sort_list |
| |
| bool | elide |
| |
| int | len |
| |
| int | user_len |
| |
| int | idx |
| |
| int | level |
| |
Definition at line 241 of file hist.h.