Home
last modified time | relevance | path

Searched refs:vmlinux_name (Results 1 – 17 of 17) 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.h55 const char *vmlinux_name, member
H A Dprobe-event.c96 if (symbol_conf.vmlinux_name) in init_probe_symbol_maps()
97 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_probe_symbol_maps()
358 const char *vmlinux_name; in kernel_get_module_dso() local
380 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
382 if (vmlinux_name) in kernel_get_module_dso()
383 ret = dso__load_vmlinux(dso, map, vmlinux_name, false); in kernel_get_module_dso()
854 symbol_conf.vmlinux_name); in post_process_kernel_probe_trace_events()
H A Dsymbol.c2208 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
2209 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false); in dso__load_kernel_sym()
2647 if (symbol_conf.vmlinux_name && in symbol__validate_sym_arguments()
2648 access(symbol_conf.vmlinux_name, R_OK)) { in symbol__validate_sym_arguments()
2649 pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name); in symbol__validate_sym_arguments()
H A Dmachine.c962 const char *vmlinux_name = machine->mmap_name; in machine__get_kernel() local
966 if (symbol_conf.vmlinux_name) in machine__get_kernel()
967 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
969 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
973 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
975 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
H A Dsession.c191 !symbol_conf.vmlinux_name) in __perf_session__new()
/linux/tools/perf/
H A Dbuiltin-kallsyms.c76 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-top.c815 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
820 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1493 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1842 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
H A Dbuiltin-annotate.c732 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
H A Dbuiltin-report.c1339 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
H A Dbuiltin-lock.c2592 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
H A Dbuiltin-kwork.c2401 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_kwork()
H A Dbuiltin-inject.c2405 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
H A Dbuiltin-c2c.c3010 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
H A Dbuiltin-sched.c3891 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
H A Dbuiltin-record.c3587 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
H A Dbuiltin-script.c3743 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()