Searched refs:map__new2 (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | map.h | 97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
|
D | dso.c | 341 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
|
D | machine.c | 351 map = map__new2(start, dso, MAP__FUNCTION); in machine__new_module() 515 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
|
D | symbol.c | 691 curr_map = map__new2(pos->start, ndso, map->type); in dso__split_kallsyms() 753 map = map__new2(start, md->dso, md->type); in kcore_mapfn()
|
D | map.c | 110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() function
|
D | symbol-elf.c | 891 curr_map = map__new2(start, curr_dso, in dso__load_sym()
|