Lines Matching refs:symbol_conf
230 (symbol_conf.guestmount)) { in machines__findnew()
231 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew()
593 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
604 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
628 scnprintf(buf, bufsz, "%s", symbol_conf.default_guest_kallsyms); in machine__get_kallsyms_filename()
730 if (symbol_conf.default_guest_vmlinux_name || in machines__create_guest_kernel_maps()
731 symbol_conf.default_guest_modules || in machines__create_guest_kernel_maps()
732 symbol_conf.default_guest_kallsyms) { in machines__create_guest_kernel_maps()
736 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps()
737 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps()
754 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
988 modules = symbol_conf.default_guest_modules; in machine__create_modules()
1020 if (symbol_conf.use_modules && machine__create_modules(machine) < 0) { in machine__create_kernel_maps()