Home
last modified time | relevance | path

Searched refs:vmlinux_name (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/scripts/
Dmarkup_oops.pl20 my $vmlinux_name = "";
29 my $vmlinux_name = $ARGV[0];
30 if (!defined($vmlinux_name)) {
33 $vmlinux_name = "/lib/modules/$kerver/build/vmlinux";
34 print "No vmlinux specified, assuming $vmlinux_name\n";
36 my $filename = $vmlinux_name;
/linux-4.1.27/tools/perf/util/
Dmachine.c589 const char *vmlinux_name = NULL; in machine__get_kernel() local
593 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
594 if (!vmlinux_name) in machine__get_kernel()
595 vmlinux_name = "[kernel.kallsyms]"; in machine__get_kernel()
597 kernel = dso__kernel_findnew(machine, vmlinux_name, in machine__get_kernel()
604 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
605 if (!vmlinux_name) in machine__get_kernel()
606 vmlinux_name = machine__mmap_name(machine, bf, in machine__get_kernel()
609 kernel = dso__kernel_findnew(machine, vmlinux_name, in machine__get_kernel()
Dprobe-event.c93 if (symbol_conf.vmlinux_name) in init_symbol_maps()
94 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_symbol_maps()
207 const char *vmlinux_name; in kernel_get_module_dso() local
223 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
224 if (vmlinux_name) { in kernel_get_module_dso()
225 if (dso__load_vmlinux(dso, map, vmlinux_name, false, NULL) <= 0) in kernel_get_module_dso()
Dsymbol.h110 const char *vmlinux_name, member
Dsymbol.c1715 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
1716 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, in dso__load_kernel_sym()
/linux-4.1.27/tools/perf/
Dbuiltin-probe.c370 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
438 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
Dbuiltin-top.c759 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
763 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1082 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1251 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
Dbuiltin-annotate.c304 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
Dbuiltin-report.c623 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
Dbuiltin-script.c1540 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()