Searched refs:machine__create_kernel_maps (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c220 if (machine__create_kernel_maps(&args.kallsyms) < 0) {
221 pr_debug("machine__create_kernel_maps failed");
258 if (machine__create_kernel_maps(&vmlinux) < 0) {
259 pr_info("machine__create_kernel_maps failed");
H A Ddwarf-unwind.c212 if (machine__create_kernel_maps(machine)) {
H A Dcode-reading.c564 ret = machine__create_kernel_maps(machine);
566 pr_debug("machine__create_kernel_maps failed\n");
/linux-master/tools/perf/util/
H A Dmachine.h243 int machine__create_kernel_maps(struct machine *machine);
H A Dmachine.c141 if (machine__create_kernel_maps(machine) < 0)
1306 return machine__create_kernel_maps(machine);
1560 int machine__create_kernel_maps(struct machine *machine) function
H A Dsession.c156 int ret = machine__create_kernel_maps(&session->machines.host);

Completed in 167 milliseconds