Searched refs:vmlinux_maps (Results 1 – 5 of 5) sorted by relevance
2247 self->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()2248 if (self->vmlinux_maps[type] == NULL) in __machine__create_kernel_maps()2251 self->vmlinux_maps[type]->map_ip = in __machine__create_kernel_maps()2252 self->vmlinux_maps[type]->unmap_ip = identity__map_ip; in __machine__create_kernel_maps()2254 kmap = map__kmap(self->vmlinux_maps[type]); in __machine__create_kernel_maps()2256 map_groups__insert(&self->kmaps, self->vmlinux_maps[type]); in __machine__create_kernel_maps()2269 if (self->vmlinux_maps[type] == NULL) in machine__destroy_kernel_maps()2272 kmap = map__kmap(self->vmlinux_maps[type]); in machine__destroy_kernel_maps()2273 map_groups__remove(&self->kmaps, self->vmlinux_maps[type]); in machine__destroy_kernel_maps()2287 map__delete(self->vmlinux_maps[type]); in machine__destroy_kernel_maps()[all …]
409 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap()539 perf_event__set_kernel_mmap_len(event, machine->vmlinux_maps); in perf_event__process_kernel_mmap()540 perf_session__set_kallsyms_ref_reloc_sym(machine->vmlinux_maps, in perf_event__process_kernel_mmap()547 dso__load(kernel, machine->vmlinux_maps[MAP__FUNCTION], in perf_event__process_kernel_mmap()760 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample()
68 struct map *vmlinux_maps[MAP__NR_TYPES]; member74 return self->vmlinux_maps[type]; in machine__kernel_map()
149 map = machine.vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
755 if (al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()