Home
last modified time | relevance | path

Searched refs:vmlinux_maps (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dmachine.c523 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path()
637 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
638 if (machine->vmlinux_maps[type] == NULL) in __machine__create_kernel_maps()
641 machine->vmlinux_maps[type]->map_ip = in __machine__create_kernel_maps()
642 machine->vmlinux_maps[type]->unmap_ip = in __machine__create_kernel_maps()
644 kmap = map__kmap(machine->vmlinux_maps[type]); in __machine__create_kernel_maps()
647 machine->vmlinux_maps[type]); in __machine__create_kernel_maps()
660 if (machine->vmlinux_maps[type] == NULL) in machine__destroy_kernel_maps()
663 kmap = map__kmap(machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()
665 machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()
[all …]
Dmachine.h39 struct map *vmlinux_maps[MAP__NR_TYPES]; member
48 return machine->vmlinux_maps[type]; in machine__kernel_map()
Devent.c563 if (machine->vmlinux_maps[0] == NULL) in perf_event__synthesize_kernel_mmap()
589 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap()
842 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample()
Dprobe-event.c132 if (map__load(host_machine->vmlinux_maps[MAP__FUNCTION], NULL) < 0) in kernel_get_ref_reloc_sym()
135 kmap = map__kmap(host_machine->vmlinux_maps[MAP__FUNCTION]); in kernel_get_ref_reloc_sym()
197 map = host_machine->vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
Dsymbol.c1066 if (map != machine->vmlinux_maps[map->type]) in dso__load_kcore()
/tools/perf/tests/
Dcode-reading.c430 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
/tools/perf/
Dbuiltin-report.c359 struct map *kernel_map = rep->session->machines.host.vmlinux_maps[MAP__FUNCTION]; in report__warn_kptr_restrict()
Dbuiltin-top.c758 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()