Home
last modified time | relevance | path

Searched refs:map__size (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/arch/x86/util/
H A Devent.c63 event->mmap.len = map__size(map); in perf_event__synthesize_extra_kmaps()
/openbmc/linux/tools/perf/util/
H A Dmap.h121 static inline size_t map__size(const struct map *map) in map__size() function
H A Dsort.c2062 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()
H A Dsynthetic-events.c710 event->mmap2.len = map__size(map); in perf_event__synthesize_modules()
724 event->mmap.len = map__size(map); in perf_event__synthesize_modules()
H A Dsymbol.c1314 u64 new_size = map__size(new_map); in dso__load_kcore()