Home
last modified time | relevance | path

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

/linux-6.15/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.c708 map = map__new2(0, dso); in machine__process_ksymbol_register()
850 map = map__new2(start, dso); in machine__addnew_module_map()
1011 map = map__new2(xm->start, kernel); in machine__create_extra_kernel_map()
1149 machine->vmlinux_map = map__new2(0, kernel); in __machine__create_kernel_maps()
H A Dsymbol.c963 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms()
1272 list_node->map = map__new2(start, md->dso); in kcore_mapfn()
H A Ddso.c1325 map = map__new2(0, dso); in dso__new_map()
H A Dsymbol-elf.c1573 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()