Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmap.h112 struct map *map__new2(u64 start, struct dso *dso);
A Dmachine.c786 map = map__new2(0, dso); in machine__process_ksymbol_register()
911 map = map__new2(start, dso); in machine__addnew_module_map()
1090 map = map__new2(xm->start, kernel); in machine__create_extra_kernel_map()
1211 machine->vmlinux_map = map__new2(0, kernel); in __machine__create_kernel_maps()
A Dmap.c214 struct map *map__new2(u64 start, struct dso *dso) in map__new2() function
A Dsymbol.c902 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms()
1198 map = map__new2(start, md->dso); in kcore_mapfn()
A Ddso.c1159 map = map__new2(0, dso); in dso__new_map()
A Dsymbol-elf.c1043 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()

Completed in 25 milliseconds