Home | History | Annotate | Download | only in util

Lines Matching refs:symbol_conf

194 	    (symbol_conf.guestmount)) {
195 sprintf(path, "%s/%d", symbol_conf.guestmount, pid);
437 vmlinux_name = symbol_conf.vmlinux_name;
448 vmlinux_name = symbol_conf.default_guest_vmlinux_name;
491 filename = (char *)symbol_conf.default_guest_kallsyms;
571 if (symbol_conf.default_guest_vmlinux_name ||
572 symbol_conf.default_guest_modules ||
573 symbol_conf.default_guest_kallsyms) {
577 if (symbol_conf.guestmount) {
578 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
595 symbol_conf.guestmount,
789 modules = symbol_conf.default_guest_modules;
858 if (symbol_conf.use_modules && machine__create_modules(machine) < 0) {
1330 if (!symbol_conf.use_callchain)