Lines Matching refs:int64_t

51 static int64_t cmp_null(const void *l, const void *r)  in cmp_null()
63 static int64_t
88 static int64_t
95 static int64_t
102 static int64_t
125 static int64_t _sort__dso_cmp(struct map *map_l, struct map *map_r) in _sort__dso_cmp()
145 static int64_t
178 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp()
180 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp()
183 static int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) in _sort__sym_cmp()
196 return (int64_t)(ip_r - ip_l); in _sort__sym_cmp()
199 static int64_t
202 int64_t ret; in sort__sym_cmp()
220 static int64_t
285 static int64_t
326 static int64_t
354 static int64_t
375 static int64_t
395 static int64_t
415 static int64_t
433 static int64_t
504 static int64_t
532 static int64_t
542 return (int64_t)(r - l); in sort__daddr_cmp()
561 static int64_t
586 static int64_t
602 return (int64_t)(data_src_r.mem_lock - data_src_l.mem_lock); in sort__locked_cmp()
624 static int64_t
640 return (int64_t)(data_src_r.mem_dtlb - data_src_l.mem_dtlb); in sort__tlb_cmp()
694 static int64_t
710 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
771 static int64_t
787 return (int64_t)(data_src_r.mem_snoop - data_src_l.mem_snoop); in sort__snoop_cmp()
835 static int64_t
939 static int64_t
958 static int64_t
1026 static int64_t
1058 static int64_t
1090 static int64_t
1307 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1316 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1320 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse()
1327 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
1331 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort()