Lines Matching refs:hist_entry

95 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__thread_cmp()
100 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf()
110 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter()
136 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
142 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
148 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
153 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf()
192 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
209 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf()
215 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter()
264 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
285 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
342 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter()
363 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline()
369 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp()
379 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf()
403 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_cmp()
414 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_from_snprintf()
430 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_cmp()
441 static int hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_to_snprintf()
454 static int hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_ipc_snprintf()
487 static int hist_entry__sym_ipc_null_snprintf(struct hist_entry *he in hist_entry__sym_ipc_null_snprintf()
509 static char *hist_entry__get_srcfile(struct hist_entry *e) in hist_entry__get_srcfile()
531 sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcfile_cmp()
541 static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcfile_snprintf()
560 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp()
571 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf()
588 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
593 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf()
619 sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_id_cmp()
631 static int hist_entry__cgroup_id_snprintf(struct hist_entry *he, in hist_entry__cgroup_id_snprintf()
649 sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_cmp()
654 static int hist_entry__cgroup_snprintf(struct hist_entry *he, in hist_entry__cgroup_snprintf()
682 sort__socket_cmp(struct hist_entry *left, struct hist_entry *right) in sort__socket_cmp()
687 static int hist_entry__socket_snprintf(struct hist_entry *he, char *bf, in hist_entry__socket_snprintf()
693 static int hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__socket_filter()
714 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
719 static int hist_entry__time_snprintf(struct hist_entry *he, char *bf, in hist_entry__time_snprintf()
743 static char *get_trace_output(struct hist_entry *he) in get_trace_output()
770 sort__trace_cmp(struct hist_entry *left, struct hist_entry *right) in sort__trace_cmp()
786 static int hist_entry__trace_snprintf(struct hist_entry *he, char *bf, in hist_entry__trace_snprintf()
810 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_from_cmp()
819 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_from_snprintf()
829 static int hist_entry__dso_from_filter(struct hist_entry *he, int type, in hist_entry__dso_from_filter()
842 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_to_cmp()
851 static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_to_snprintf()
861 static int hist_entry__dso_to_filter(struct hist_entry *he, int type, in hist_entry__dso_to_filter()
874 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_from_cmp()
892 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_to_cmp()
908 static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_from_snprintf()
921 static int hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_to_snprintf()
934 static int hist_entry__sym_from_filter(struct hist_entry *he, int type, in hist_entry__sym_from_filter()
946 static int hist_entry__sym_to_filter(struct hist_entry *he, int type, in hist_entry__sym_to_filter()
991 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) in sort__mispredict_cmp()
1003 static int hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, in hist_entry__mispredict_snprintf()
1018 sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cycles_cmp()
1027 static int hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, in hist_entry__cycles_snprintf()
1047 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__daddr_cmp()
1059 static int hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__daddr_snprintf()
1073 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__iaddr_cmp()
1085 static int hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__iaddr_snprintf()
1099 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_daddr_cmp()
1112 static int hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_daddr_snprintf()
1124 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__locked_cmp()
1142 static int hist_entry__locked_snprintf(struct hist_entry *he, char *bf, in hist_entry__locked_snprintf()
1152 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
1170 static int hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, in hist_entry__tlb_snprintf()
1180 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) in sort__lvl_cmp()
1198 static int hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, in hist_entry__lvl_snprintf()
1208 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) in sort__snoop_cmp()
1226 static int hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, in hist_entry__snoop_snprintf()
1236 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp()
1291 static int hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, in hist_entry__dcacheline_snprintf()
1325 static u64 he_weight(struct hist_entry *he) in he_weight()
1331 sort__local_weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__local_weight_cmp()
1336 static int hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__local_weight_snprintf()
1350 sort__global_weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__global_weight_cmp()
1355 static int hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__global_weight_snprintf()
1425 sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__phys_daddr_cmp()
1437 static int hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__phys_daddr_snprintf()
1466 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) in sort__abort_cmp()
1475 static int hist_entry__abort_snprintf(struct hist_entry *he, char *bf, in hist_entry__abort_snprintf()
1498 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) in sort__in_tx_cmp()
1507 static int hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, in hist_entry__in_tx_snprintf()
1530 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) in sort__transaction_cmp()
1570 static int hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, in hist_entry__transaction_snprintf()
1613 sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_size_cmp()
1627 static int hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_size_snprintf()
1652 sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_size_cmp()
1667 static int hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_size_snprintf()
1815 struct hist_entry *he) in __sort__hpp_entry()
1829 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_cmp()
1838 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_collapse()
1841 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse()
1849 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_sort()
1852 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort()
1962 int hist_entry__filter(struct hist_entry *he, int type, const void *arg) in hist_entry__filter()
2048 struct hist_entry *he) in update_dynamic_len()
2131 struct hist_entry *he) in __sort__hde_entry()
2193 struct hist_entry *a, struct hist_entry *b) in __sort__hde_cmp()