Lines Matching refs:hist_entry

98 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)  in sort__thread_cmp()
103 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf()
113 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter()
139 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
145 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
151 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
156 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf()
195 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
212 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf()
218 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter()
267 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
288 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
339 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
345 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter()
366 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline()
372 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp()
382 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf()
406 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_cmp()
417 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_from_snprintf()
433 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_cmp()
444 static int hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_to_snprintf()
457 static int hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_ipc_snprintf()
490 static int hist_entry__sym_ipc_null_snprintf(struct hist_entry *he in hist_entry__sym_ipc_null_snprintf()
512 static char *hist_entry__get_srcfile(struct hist_entry *e) in hist_entry__get_srcfile()
534 sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcfile_cmp()
544 static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcfile_snprintf()
563 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp()
574 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf()
591 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
596 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf()
622 sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_id_cmp()
634 static int hist_entry__cgroup_id_snprintf(struct hist_entry *he, in hist_entry__cgroup_id_snprintf()
652 sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_cmp()
657 static int hist_entry__cgroup_snprintf(struct hist_entry *he, in hist_entry__cgroup_snprintf()
685 sort__socket_cmp(struct hist_entry *left, struct hist_entry *right) in sort__socket_cmp()
690 static int hist_entry__socket_snprintf(struct hist_entry *he, char *bf, in hist_entry__socket_snprintf()
696 static int hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__socket_filter()
717 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
722 static int hist_entry__time_snprintf(struct hist_entry *he, char *bf, in hist_entry__time_snprintf()
746 static char *get_trace_output(struct hist_entry *he) in get_trace_output()
773 sort__trace_cmp(struct hist_entry *left, struct hist_entry *right) in sort__trace_cmp()
789 static int hist_entry__trace_snprintf(struct hist_entry *he, char *bf, in hist_entry__trace_snprintf()
813 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_from_cmp()
822 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_from_snprintf()
832 static int hist_entry__dso_from_filter(struct hist_entry *he, int type, in hist_entry__dso_from_filter()
845 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_to_cmp()
854 static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_to_snprintf()
864 static int hist_entry__dso_to_filter(struct hist_entry *he, int type, in hist_entry__dso_to_filter()
877 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_from_cmp()
895 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_to_cmp()
911 static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_from_snprintf()
924 static int hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_to_snprintf()
937 static int hist_entry__sym_from_filter(struct hist_entry *he, int type, in hist_entry__sym_from_filter()
949 static int hist_entry__sym_to_filter(struct hist_entry *he, int type, in hist_entry__sym_to_filter()
994 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) in sort__mispredict_cmp()
1006 static int hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, in hist_entry__mispredict_snprintf()
1021 sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cycles_cmp()
1030 static int hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, in hist_entry__cycles_snprintf()
1050 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__daddr_cmp()
1062 static int hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__daddr_snprintf()
1076 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__iaddr_cmp()
1088 static int hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__iaddr_snprintf()
1102 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_daddr_cmp()
1115 static int hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_daddr_snprintf()
1127 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__locked_cmp()
1145 static int hist_entry__locked_snprintf(struct hist_entry *he, char *bf, in hist_entry__locked_snprintf()
1155 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
1173 static int hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, in hist_entry__tlb_snprintf()
1183 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) in sort__lvl_cmp()
1201 static int hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, in hist_entry__lvl_snprintf()
1211 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) in sort__snoop_cmp()
1229 static int hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, in hist_entry__snoop_snprintf()
1239 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp()
1294 static int hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, in hist_entry__dcacheline_snprintf()
1329 sort__weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__weight_cmp()
1334 static int hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__local_weight_snprintf()
1347 static int hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, in hist_entry__global_weight_snprintf()
1362 sort__ins_lat_cmp(struct hist_entry *left, struct hist_entry *right) in sort__ins_lat_cmp()
1367 static int hist_entry__local_ins_lat_snprintf(struct hist_entry *he, char *bf, in hist_entry__local_ins_lat_snprintf()
1380 static int hist_entry__global_ins_lat_snprintf(struct hist_entry *he, char *bf, in hist_entry__global_ins_lat_snprintf()
1395 sort__global_p_stage_cyc_cmp(struct hist_entry *left, struct hist_entry *right) in sort__global_p_stage_cyc_cmp()
1400 static int hist_entry__p_stage_cyc_snprintf(struct hist_entry *he, char *bf, in hist_entry__p_stage_cyc_snprintf()
1470 sort__blocked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__blocked_cmp()
1488 static int hist_entry__blocked_snprintf(struct hist_entry *he, char *bf, in hist_entry__blocked_snprintf()
1505 sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__phys_daddr_cmp()
1517 static int hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf, in hist_entry__phys_daddr_snprintf()
1546 sort__data_page_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__data_page_size_cmp()
1558 static int hist_entry__data_page_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__data_page_size_snprintf()
1575 sort__code_page_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__code_page_size_cmp()
1583 static int hist_entry__code_page_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__code_page_size_snprintf()
1600 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) in sort__abort_cmp()
1609 static int hist_entry__abort_snprintf(struct hist_entry *he, char *bf, in hist_entry__abort_snprintf()
1632 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) in sort__in_tx_cmp()
1641 static int hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, in hist_entry__in_tx_snprintf()
1664 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) in sort__transaction_cmp()
1704 static int hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, in hist_entry__transaction_snprintf()
1747 sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_size_cmp()
1761 static int hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_size_snprintf()
1786 sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_size_cmp()
1801 static int hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_size_snprintf()
1970 struct hist_entry *he) in __sort__hpp_entry()
1984 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_cmp()
1993 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_collapse()
1996 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse()
2004 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_sort()
2007 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort()
2117 int hist_entry__filter(struct hist_entry *he, int type, const void *arg) in hist_entry__filter()
2203 struct hist_entry *he) in update_dynamic_len()
2286 struct hist_entry *he) in __sort__hde_entry()
2348 struct hist_entry *a, struct hist_entry *b) in __sort__hde_cmp()