Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/tools/perf/util/
Dmachine.c664 const char *vmlinux_name = NULL; in machine__get_kernel() local
668 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
669 if (!vmlinux_name) in machine__get_kernel()
670 vmlinux_name = "[kernel.kallsyms]"; in machine__get_kernel()
672 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
678 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
679 if (!vmlinux_name) in machine__get_kernel()
680 vmlinux_name = machine__mmap_name(machine, bf, in machine__get_kernel()
683 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
Dprobe-event.c89 if (symbol_conf.vmlinux_name) in init_probe_symbol_maps()
90 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_probe_symbol_maps()
274 const char *vmlinux_name; in kernel_get_module_dso() local
293 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
295 if (vmlinux_name) in kernel_get_module_dso()
296 ret = dso__load_vmlinux(dso, map, vmlinux_name, false, NULL); in kernel_get_module_dso()
Dsymbol.h112 const char *vmlinux_name, member
Dsymbol.c1768 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
1769 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, in dso__load_kernel_sym()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c677 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
800 if (symbol_conf.vmlinux_name && in cmd_report()
801 access(symbol_conf.vmlinux_name, R_OK)) { in cmd_report()
802 pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name); in cmd_report()
Dbuiltin-probe.c487 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
560 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
Dbuiltin-top.c770 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
774 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1133 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1313 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
Dbuiltin-annotate.c313 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
Dbuiltin-script.c1752 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()