Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsymbols.c55 *map_p = map__new(ti->machine, 0x100000, 0xffffffff, 0, NULL, in create_map()
/openbmc/linux/tools/perf/util/
H A Dmap.h169 struct map *map__new(struct machine *machine, u64 start, u64 len,
H A Dmap.c118 struct map *map__new(struct machine *machine, u64 start, u64 len, in map__new() function
H A Dmachine.c1969 map = map__new(machine, event->mmap2.start, in machine__process_mmap2_event()
2029 map = map__new(machine, event->mmap.start, in machine__process_mmap_event()