Home
last modified time | relevance | path

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

/linux/scripts/
H A Dmarkup_oops.pl17 my $vmlinux_name = "";
26 my $vmlinux_name = $ARGV[0];
27 if (!defined($vmlinux_name)) {
30 $vmlinux_name = "/lib/modules/$kerver/build/vmlinux";
31 print "No vmlinux specified, assuming $vmlinux_name\n";
33 my $filename = $vmlinux_name;
/linux/tools/perf/util/
H A Dsymbol_conf.h51 const char *vmlinux_name, member
H A Dprobe-event.c94 if (symbol_conf.vmlinux_name) in init_probe_symbol_maps()
95 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_probe_symbol_maps()
355 const char *vmlinux_name; in kernel_get_module_dso() local
377 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
379 if (vmlinux_name) in kernel_get_module_dso()
380 ret = dso__load_vmlinux(dso, map, vmlinux_name, false); in kernel_get_module_dso()
851 symbol_conf.vmlinux_name); in post_process_kernel_probe_trace_events()
H A Dmachine.c937 const char *vmlinux_name = machine->mmap_name; in machine__get_kernel() local
941 if (symbol_conf.vmlinux_name) in machine__get_kernel()
942 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
944 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
948 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
950 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
/linux/tools/perf/
H A Dbuiltin-kallsyms.c65 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-top.c813 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
818 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1483 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1801 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
H A Dbuiltin-lock.c2485 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in parse_output()
H A Dbuiltin-inject.c2399 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
H A Dbuiltin-c2c.c3001 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()