Searched refs:map__new2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | map.h | 104 struct map *map__new2(u64 start, struct dso *dso);
|
D | map.c | 220 struct map *map__new2(u64 start, struct dso *dso) in map__new2() function
|
D | machine.c | 888 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()
|
D | symbol.c | 919 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms() 1215 map = map__new2(start, md->dso); in kcore_mapfn()
|
D | dso.c | 1175 map = map__new2(0, dso); in dso__new_map()
|
D | symbol-elf.c | 1070 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()
|