Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmap.h141 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
Dmap.c210 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() function
Dsymbol.c781 curr_map = map__new2(pos->start, ndso, map->type); in dso__split_kallsyms()
1083 map = map__new2(start, md->dso, md->type); in kcore_mapfn()
Dmachine.c508 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module()
672 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
Ddso.c749 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
Dsymbol-elf.c1005 curr_map = map__new2(start, curr_dso, in dso__load_sym()