Lines Matching refs:hist_entry
121 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
122 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
123 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
124 int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,
126 int (*se_filter)(struct hist_entry *he, int type, const void *arg);
127 void (*se_init)(struct hist_entry *he);
154 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right);
156 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right);
158 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
161 char *hist_entry__srcline(struct hist_entry *he);
162 size_t sort__comm_nodigit_len(struct hist_entry *entry);