Home
last modified time | relevance | path

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

/tools/perf/util/
Dmap.h146 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
Dsymbol.c793 curr_map = map__new2(pos->start, ndso, map->type); in dso__split_kallsyms()
1095 map = map__new2(start, md->dso, md->type); in kcore_mapfn()
Dmap.c216 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() function
Dmachine.c602 map = map__new2(start, dso, MAP__FUNCTION); in machine__findnew_module_map()
776 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
Ddso.c879 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
Dsymbol-elf.c1069 curr_map = map__new2(start, curr_dso, in dso__load_sym()