Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dmap.h115 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
Dmap.c46 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, in map__new() function
Devent.c665 map = map__new(&machine->user_dsos, event->mmap.start, in perf_event__process_mmap()