Searched refs:vmlinux_name (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/scripts/ |
D | markup_oops.pl | 20 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/ |
D | machine.c | 589 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()
|
D | probe-event.c | 93 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()
|
D | symbol.h | 110 const char *vmlinux_name, member
|
D | symbol.c | 1715 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/ |
D | builtin-probe.c | 370 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()
|
D | builtin-top.c | 759 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()
|
D | builtin-annotate.c | 304 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
|
D | builtin-report.c | 623 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
|
D | builtin-script.c | 1540 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
|