Lines Matching refs:int64_t
52 static int64_t cmp_null(const void *l, const void *r) in cmp_null()
64 static int64_t
89 static int64_t
96 static int64_t
103 static int64_t
126 static int64_t _sort__dso_cmp(struct map *map_l, struct map *map_r) in _sort__dso_cmp()
146 static int64_t
179 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp()
181 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp()
184 static int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) in _sort__sym_cmp()
193 return (int64_t)(sym_r->start - sym_l->start); in _sort__sym_cmp()
195 return (int64_t)(sym_r->end - sym_l->end); in _sort__sym_cmp()
198 static int64_t
201 int64_t ret; in sort__sym_cmp()
219 static int64_t
284 static int64_t
345 static int64_t
378 static int64_t
406 static int64_t
427 static int64_t
448 static int64_t
468 static int64_t
488 static int64_t
506 static int64_t
577 static int64_t
604 static int64_t
628 static int64_t
638 return (int64_t)(r - l); in sort__daddr_cmp()
657 static int64_t
667 return (int64_t)(r - l); in sort__iaddr_cmp()
686 static int64_t
711 static int64_t
727 return (int64_t)(data_src_r.mem_lock - data_src_l.mem_lock); in sort__locked_cmp()
749 static int64_t
765 return (int64_t)(data_src_r.mem_dtlb - data_src_l.mem_dtlb); in sort__tlb_cmp()
819 static int64_t
835 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
896 static int64_t
912 return (int64_t)(data_src_r.mem_snoop - data_src_l.mem_snoop); in sort__snoop_cmp()
960 static int64_t
1064 static int64_t
1083 static int64_t
1158 static int64_t
1190 static int64_t
1222 static int64_t
1443 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1452 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1456 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse()
1463 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
1467 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort()