Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dmachine.c402 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 …]
Dmachine.h31 struct map *vmlinux_maps[MAP__NR_TYPES]; member
38 return machine->vmlinux_maps[type]; in machine__kernel_map()
Devent.c492 map = machine->vmlinux_maps[MAP__FUNCTION]; in perf_event__synthesize_kernel_mmap()
738 machine->vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample()
Dsymbol.c800 if (map != machine->vmlinux_maps[map->type]) in dso__load_kcore()
Dprobe-event.c153 map = machine.vmlinux_maps[MAP__FUNCTION]; in kernel_get_module_dso()
/external/linux-tools-perf/src/tools/perf/tests/
Dcode-reading.c420 map = machine->vmlinux_maps[MAP__FUNCTION]; in do_test_code_reading()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-report.c513 kernel_map = session->machines.host.vmlinux_maps[MAP__FUNCTION]; in __cmd_report()
Dbuiltin-top.c751 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()