Searched refs:map__size (Results 1 – 5 of 5) sorted by relevance
63 event->mmap.len = map__size(map); in perf_event__synthesize_extra_kmaps()
121 static inline size_t map__size(const struct map *map) in map__size() function
2062 int64_t size_l = map_l != NULL ? map__size(map_l) : 0; in _sort__dso_size_cmp()2063 int64_t size_r = map_r != NULL ? map__size(map_r) : 0; in _sort__dso_size_cmp()2079 return repsep_snprintf(bf, bf_size, "%*d", width, map__size(map)); in _hist_entry__dso_size_snprintf()
710 event->mmap2.len = map__size(map); in perf_event__synthesize_modules()724 event->mmap.len = map__size(map); in perf_event__synthesize_modules()
1314 u64 new_size = map__size(new_map); in dso__load_kcore()