Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmachine.c558 struct dso *kdso = machine->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path()
672 machine->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
673 if (machine->vmlinux_maps[type] == NULL) in __machine__create_kernel_maps()
676 machine->vmlinux_maps[type]->map_ip = in __machine__create_kernel_maps()
677 machine->vmlinux_maps[type]->unmap_ip = in __machine__create_kernel_maps()
679 kmap = map__kmap(machine->vmlinux_maps[type]); in __machine__create_kernel_maps()
685 machine->vmlinux_maps[type]); in __machine__create_kernel_maps()
698 if (machine->vmlinux_maps[type] == NULL) in machine__destroy_kernel_maps()
701 kmap = map__kmap(machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()
703 machine->vmlinux_maps[type]); in machine__destroy_kernel_maps()
[all …]
Dmachine.h39 struct map *vmlinux_maps[MAP__NR_TYPES]; member
52 return machine->vmlinux_maps[type]; in machine__kernel_map()
Devent.c622 if (machine->vmlinux_maps[0] == NULL) in perf_event__synthesize_kernel_mmap()
648 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap()
901 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample()
Dprobe-event.c134 if (map__load(host_machine->vmlinux_maps[MAP__FUNCTION], NULL) < 0) in kernel_get_ref_reloc_sym()
137 kmap = map__kmap(host_machine->vmlinux_maps[MAP__FUNCTION]); in kernel_get_ref_reloc_sym()
220 map = host_machine->vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
Dsymbol.c1113 if (map != machine->vmlinux_maps[map->type]) in dso__load_kcore()
/linux-4.1.27/tools/perf/tests/
Dcode-reading.c427 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c349 struct map *kernel_map = rep->session->machines.host.vmlinux_maps[MAP__FUNCTION]; in report__warn_kptr_restrict()
Dbuiltin-top.c757 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()