Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmap.h172 struct map *map__new2(u64 start, struct dso *dso);
H A Dmap.c221 struct map *map__new2(u64 start, struct dso *dso) in map__new2() function
H A Dmachine.c911 map = map__new2(0, dso); in machine__process_ksymbol_register()
1055 map = map__new2(start, dso); in machine__addnew_module_map()
1235 map = map__new2(xm->start, kernel); in machine__create_extra_kernel_map()
1359 machine->vmlinux_map = map__new2(0, kernel); in __machine__create_kernel_maps()
H A Dsymbol.c920 curr_map = map__new2(pos->start, ndso); in maps__split_kallsyms()
1227 list_node->map = map__new2(start, md->dso); in kcore_mapfn()
H A Ddso.c1215 map = map__new2(0, dso); in dso__new_map()
H A Dsymbol-elf.c1445 curr_map = map__new2(start, curr_dso); in dso__process_kernel_symbol()