Searched refs:map__new (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | symbols.c | 55 *map_p = map__new(ti->machine, 0x100000, 0xffffffff, 0, NULL, in create_map()
|
/openbmc/linux/tools/perf/util/ |
H A D | map.h | 169 struct map *map__new(struct machine *machine, u64 start, u64 len,
|
H A D | map.c | 118 struct map *map__new(struct machine *machine, u64 start, u64 len, in map__new() function
|
H A D | machine.c | 1969 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()
|