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

/linux-master/tools/perf/util/
H A Dmap.h175 struct map *map__new2(u64 start, struct dso *dso);
H A Dmap.c221 struct map *map__new2(u64 start, struct dso *dso) function
H A Dmachine.c752 map = map__new2(0, dso);
890 map = map__new2(start, dso);
1071 map = map__new2(xm->start, kernel);
1209 machine->vmlinux_map = map__new2(0, kernel);
H A Dsymbol.c951 curr_map = map__new2(pos->start, ndso);
1260 list_node->map = map__new2(start, md->dso);
H A Ddso.c1217 map = map__new2(0, dso);
H A Dsymbol-elf.c1509 curr_map = map__new2(start, curr_dso);

Completed in 159 milliseconds