Searched refs:map__set_pgoff (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/perf/util/ |
| D | map.h | 267 static inline void map__set_pgoff(struct map *map, u64 pgoff) in map__set_pgoff() function
|
| D | map.c | 109 map__set_pgoff(map, pgoff); in map__init()
|
| D | symbol-elf.c | 1394 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol() 1417 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol() 1456 map__set_pgoff(curr_map, shdr->sh_offset); in dso__process_kernel_symbol()
|
| D | symbol.c | 1267 map__set_pgoff(list_node->map, pgoff); in kcore_mapfn() 1477 map__set_pgoff(map, map__pgoff(new_map)); in dso__load_kcore()
|
| D | machine.c | 1240 map__set_pgoff(map, xm->pgoff); in machine__create_extra_kernel_map() 1312 map__set_pgoff(map, map__map_ip(dest_map, map__pgoff(map))); in machine__map_x86_64_entry_trampolines()
|