Lines Matching refs:symbol_conf
294 (symbol_conf.guestmount)) { in machines__findnew()
295 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew()
931 if (symbol_conf.vmlinux_name) in machine__get_kernel()
932 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
937 if (symbol_conf.default_guest_vmlinux_name) in machine__get_kernel()
938 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
955 scnprintf(buf, bufsz, "%s", symbol_conf.default_guest_kallsyms); in machine__get_kallsyms_filename()
1184 if (symbol_conf.default_guest_vmlinux_name || in machines__create_guest_kernel_maps()
1185 symbol_conf.default_guest_modules || in machines__create_guest_kernel_maps()
1186 symbol_conf.default_guest_kallsyms) { in machines__create_guest_kernel_maps()
1190 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps()
1191 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps()
1208 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
1457 modules = symbol_conf.default_guest_modules; in machine__create_modules()
1522 if (symbol_conf.use_modules && machine__create_modules(machine) < 0) { in machine__create_kernel_maps()
1904 if (symbol_conf.keep_exited_threads) in machine__process_exit_event()
2124 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip()
2864 if (!symbol_conf.inline_name || !map || !sym) in append_inlines()
2902 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()