Home
last modified time | relevance | path

Searched refs:map__new (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
Dmap.h116 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
Dmap.c36 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, in map__new() function
Devent.c625 map = map__new(&machine->user_dsos, event->mmap.start, in perf_event__process_mmap()