Searched refs:vmlinux_name (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/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-3.4.99/tools/perf/util/ |
D | symbol.c | 2056 if (symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym() 2058 symbol_conf.vmlinux_name, filter); in dso__load_kernel_sym() 2061 strdup(symbol_conf.vmlinux_name)); in dso__load_kernel_sym() 2319 const char *vmlinux_name = NULL; in machine__get_kernel() local 2323 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel() 2324 if (!vmlinux_name) in machine__get_kernel() 2325 vmlinux_name = "[kernel.kallsyms]"; in machine__get_kernel() 2327 kernel = dso__kernel_findnew(machine, vmlinux_name, in machine__get_kernel() 2334 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel() 2335 if (!vmlinux_name) in machine__get_kernel() [all …]
|
D | probe-event.c | 81 if (symbol_conf.vmlinux_name == NULL) in init_vmlinux() 84 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_vmlinux() 138 const char *vmlinux_name; in kernel_get_module_dso() local 153 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso() 154 if (vmlinux_name) { in kernel_get_module_dso() 155 if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0) in kernel_get_module_dso()
|
D | symbol.h | 86 const char *vmlinux_name, member
|
/linux-3.4.99/tools/perf/ |
D | builtin-probe.c | 245 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, 294 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_probe()
|
D | builtin-top.c | 758 if (symbol_conf.vmlinux_name) { in perf_event__process_sample() 760 symbol_conf.vmlinux_name, msg); in perf_event__process_sample() 1177 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top() 1309 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
|
D | builtin-annotate.c | 268 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
|
D | builtin-report.c | 574 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
|
D | builtin-script.c | 1137 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
|