Searched refs:map__new2 (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.h97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
H A Ddso.c341 map = map__new2(0, dso, MAP__FUNCTION);
H A Dmap.c110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) function
H A Dmachine.c351 map = map__new2(start, dso, MAP__FUNCTION);
515 machine->vmlinux_maps[type] = map__new2(start, kernel, type);
H A Dsymbol.c691 curr_map = map__new2(pos->start, ndso, map->type);
753 map = map__new2(start, md->dso, md->type);
H A Dsymbol-elf.c891 curr_map = map__new2(start, curr_dso,

Completed in 229 milliseconds