Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h181 struct map *map__new2(u64 start, struct dso *dso);
H A Dmap.c222 struct map *map__new2(u64 start, struct dso *dso) in map__new2() function
H A Dmachine.c700 map = map__new2(0, dso); in machine__process_ksymbol_register()
838 map = map__new2(start, dso); in machine__addnew_module_map()
1019 map = map__new2(xm->start, kernel); in machine__create_extra_kernel_map()
1157 machine->vmlinux_map = map__new2(0, kernel); in __machine__create_kernel_maps()
H A Dsymbol.c954 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms()
1263 list_node->map = map__new2(start, md->dso); in kcore_mapfn()
H A Ddso.c1239 map = map__new2(0, dso); in dso__new_map()
H A Dsymbol-elf.c1509 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()