Lines Matching refs:hist_entry
64 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
69 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf()
89 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
96 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
103 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
108 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf()
146 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
163 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf()
200 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
221 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
268 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf()
286 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp()
311 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf()
327 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp()
338 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf()
355 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
360 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf()
376 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_from_cmp()
385 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_from_snprintf()
396 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_to_cmp()
405 static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_to_snprintf()
416 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_from_cmp()
434 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_to_cmp()
450 static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_from_snprintf()
463 static int hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_to_snprintf()
505 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) in sort__mispredict_cmp()
517 static int hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, in hist_entry__mispredict_snprintf()
533 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__daddr_cmp()
545 static int hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__daddr_snprintf()
562 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_daddr_cmp()
575 static int hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_daddr_snprintf()
587 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__locked_cmp()
605 static int hist_entry__locked_snprintf(struct hist_entry *he, char *bf, in hist_entry__locked_snprintf()
625 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
654 static int hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, in hist_entry__tlb_snprintf()
695 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) in sort__lvl_cmp()
731 static int hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, in hist_entry__lvl_snprintf()
772 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) in sort__snoop_cmp()
799 static int hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, in hist_entry__snoop_snprintf()
836 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp()
899 static int hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, in hist_entry__dcacheline_snprintf()
934 static u64 he_weight(struct hist_entry *he) in he_weight()
940 sort__local_weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__local_weight_cmp()
945 static int hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__local_weight_snprintf()
959 sort__global_weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__global_weight_cmp()
964 static int hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__global_weight_snprintf()
1027 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) in sort__abort_cmp()
1036 static int hist_entry__abort_snprintf(struct hist_entry *he, char *bf, in hist_entry__abort_snprintf()
1059 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) in sort__in_tx_cmp()
1068 static int hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, in hist_entry__in_tx_snprintf()
1091 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) in sort__transaction_cmp()
1131 static int hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, in hist_entry__transaction_snprintf()
1294 struct hist_entry *he) in __sort__hpp_entry()
1308 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_cmp()
1317 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_collapse()
1320 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse()
1328 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_sort()
1331 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort()