Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h310 static inline void map__set_mapping_type(struct map *map, enum mapping_type type) in map__set_mapping_type() function
H A Dmap.c116 map__set_mapping_type(map, MAPPING_TYPE__DSO); in map__init()
H A Dsymbol.c977 map__set_mapping_type(curr_map, MAPPING_TYPE__IDENTITY); in maps__split_kallsyms()
1400 map__set_mapping_type(map_ref, map__mapping_type(replacement_map)); in dso__load_kcore()
H A Dsymbol-elf.c1376 map__set_mapping_type(map, MAPPING_TYPE__DSO); in dso__process_kernel_symbol()
1449 map__set_mapping_type(curr_map, MAPPING_TYPE__IDENTITY); in dso__process_kernel_symbol()
H A Dmachine.c1188 map__set_mapping_type(machine->vmlinux_map, MAPPING_TYPE__IDENTITY); in __machine__create_kernel_maps()