Searched refs:map__new2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | map.h | 149 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
|
D | map.c | 213 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() function
|
D | symbol.c | 800 curr_map = map__new2(pos->start, ndso, map->type); in dso__split_kallsyms() 1102 map = map__new2(start, md->dso, md->type); in kcore_mapfn()
|
D | machine.c | 582 map = map__new2(start, dso, MAP__FUNCTION); in machine__findnew_module_map() 747 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
|
D | dso.c | 862 map = map__new2(0, dso, MAP__FUNCTION); in dso__new_map()
|
D | symbol-elf.c | 1027 curr_map = map__new2(start, curr_dso, in dso__load_sym()
|