/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
map.h | 97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
|
dso.c | 341 map = map__new2(0, dso, MAP__FUNCTION);
|
map.c | 110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) function
|
machine.c | 351 map = map__new2(start, dso, MAP__FUNCTION); 515 machine->vmlinux_maps[type] = map__new2(start, kernel, type); [all...] |
symbol.c | 691 curr_map = map__new2(pos->start, ndso, map->type); 753 map = map__new2(start, md->dso, md->type); [all...] |
symbol-elf.c | 891 curr_map = map__new2(start, curr_dso,
|