Searched refs:vmlinux_maps (Results 1 – 8 of 8) sorted by relevance
402 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path()515 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()516 if (machine->vmlinux_maps[type] == NULL) in __machine__create_kernel_maps()519 machine->vmlinux_maps[type]->map_ip = in __machine__create_kernel_maps()520 machine->vmlinux_maps[type]->unmap_ip = in __machine__create_kernel_maps()522 kmap = map__kmap(machine->vmlinux_maps[type]); in __machine__create_kernel_maps()525 machine->vmlinux_maps[type]); in __machine__create_kernel_maps()538 if (machine->vmlinux_maps[type] == NULL) in machine__destroy_kernel_maps()541 kmap = map__kmap(machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()543 machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()[all …]
31 struct map *vmlinux_maps[MAP__NR_TYPES]; member38 return machine->vmlinux_maps[type]; in machine__kernel_map()
492 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap()738 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample()
800 if (map != machine->vmlinux_maps[map->type]) in dso__load_kcore()
153 map = machine.vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
420 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
513 kernel_map = session->machines.host.vmlinux_maps[MAP__FUNCTION]; in __cmd_report()
751 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()