Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsymbol.c43 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
652 curr_map = map__new2(pos->start, ndso, map->type); in dso__split_kallsyms()
1235 curr_map = map__new2(start, curr_dso, in dso__load_sym()
1771 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() function
1794 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module()
2291 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()