Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dmap.h104 struct map *map__new2(u64 start, struct dso *dso);
A Dmap.c220 struct map *map__new2(u64 start, struct dso *dso) in map__new2() function
A Dmachine.c888 map = map__new2(0, dso); in machine__process_ksymbol_register()
1013 map = map__new2(start, dso); in machine__addnew_module_map()
1188 map = map__new2(xm->start, kernel); in machine__create_extra_kernel_map()
1309 machine->vmlinux_map = map__new2(0, kernel); in __machine__create_kernel_maps()
A Dsymbol.c928 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms()
1224 map = map__new2(start, md->dso); in kcore_mapfn()
A Ddso.c1175 map = map__new2(0, dso); in dso__new_map()
A Dsymbol-elf.c1421 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()

Completed in 22 milliseconds