Lines Matching +defs:r +defs:left

98 static int64_t cmp_null(const void *l, const void *r)  in cmp_null()
111 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
147 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) in sort__simd_cmp()
198 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
204 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
210 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort()
254 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
326 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
347 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort()
426 sort__symoff_cmp(struct hist_entry *left, struct hist_entry *right) in sort__symoff_cmp()
438 sort__symoff_sort(struct hist_entry *left, struct hist_entry *right) in sort__symoff_sort()
477 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp()
489 sort__srcline_collapse(struct hist_entry *left, struct hist_entry *right) in sort__srcline_collapse()
500 sort__srcline_sort(struct hist_entry *left, struct hist_entry *right) in sort__srcline_sort()
536 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_cmp()
542 sort__srcline_from_collapse(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_collapse()
554 sort__srcline_from_sort(struct hist_entry *left, struct hist_entry *right) in sort__srcline_from_sort()
584 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_cmp()
590 sort__srcline_to_collapse(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_collapse()
602 sort__srcline_to_sort(struct hist_entry *left, struct hist_entry *right) in sort__srcline_to_sort()
802 sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcfile_cmp()
808 sort__srcfile_collapse(struct hist_entry *left, struct hist_entry *right) in sort__srcfile_collapse()
819 sort__srcfile_sort(struct hist_entry *left, struct hist_entry *right) in sort__srcfile_sort()
849 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp()
877 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
908 sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_id_cmp()
938 sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cgroup_cmp()
971 sort__socket_cmp(struct hist_entry *left, struct hist_entry *right) in sort__socket_cmp()
1003 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) in sort__time_cmp()
1062 sort__trace_cmp(struct hist_entry *left, struct hist_entry *right) in sort__trace_cmp()
1103 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_from_cmp()
1135 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_to_cmp()
1167 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_from_cmp()
1184 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_to_cmp()
1340 sort__addr_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__addr_from_cmp()
1364 sort__addr_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__addr_to_cmp()
1405 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) in sort__mispredict_cmp()
1432 sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cycles_cmp()
1461 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__daddr_cmp()
1463 uint64_t l = 0, r = 0; in sort__daddr_cmp() local
1487 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__iaddr_cmp()
1489 uint64_t l = 0, r = 0; in sort__iaddr_cmp() local
1513 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_daddr_cmp()
1538 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__locked_cmp()
1566 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) in sort__tlb_cmp()
1594 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) in sort__lvl_cmp()
1622 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) in sort__snoop_cmp()
1650 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp()
1652 u64 l, r; in sort__dcacheline_cmp() local
1745 sort__weight_cmp(struct hist_entry *left, struct hist_entry *right) in sort__weight_cmp()
1778 sort__ins_lat_cmp(struct hist_entry *left, struct hist_entry *right) in sort__ins_lat_cmp()
1811 sort__p_stage_cyc_cmp(struct hist_entry *left, struct hist_entry *right) in sort__p_stage_cyc_cmp()
1901 sort__blocked_cmp(struct hist_entry *left, struct hist_entry *right) in sort__blocked_cmp()
1936 sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__phys_daddr_cmp()
1938 uint64_t l = 0, r = 0; in sort__phys_daddr_cmp() local
1977 sort__data_page_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__data_page_size_cmp()
1979 uint64_t l = 0, r = 0; in sort__data_page_size_cmp() local
2006 sort__code_page_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__code_page_size_cmp()
2009 uint64_t r = right->code_page_size; in sort__code_page_size_cmp() local
2031 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) in sort__abort_cmp()
2063 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) in sort__in_tx_cmp()
2095 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) in sort__transaction_cmp()
2178 sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_size_cmp()
2217 sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_size_cmp()
2247 sort__addr_cmp(struct hist_entry *left, struct hist_entry *right) in sort__addr_cmp()
2291 sort__type_cmp(struct hist_entry *left, struct hist_entry *right) in sort__type_cmp()
2309 sort__type_collapse(struct hist_entry *left, struct hist_entry *right) in sort__type_collapse()
2328 sort__type_sort(struct hist_entry *left, struct hist_entry *right) in sort__type_sort()
2352 sort__typeoff_sort(struct hist_entry *left, struct hist_entry *right) in sort__typeoff_sort()
2433 sort__typecln_sort(struct hist_entry *left, struct hist_entry *right) in sort__typecln_sort()
2836 int r; in hist_entry__filter() local