Home | History | Annotate | Download | only in util

Lines Matching refs:hist_entry

18 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
20 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
22 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
24 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
26 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
28 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
102 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)
128 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
135 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
144 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right)
164 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
179 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right)
192 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
217 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right)
223 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right)
237 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right)
248 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
258 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right)
263 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,