Home
last modified time | relevance | path

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

/openbmc/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;
/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h48 const char *vmlinux_name, member
H A Dprobe-event.c90 if (symbol_conf.vmlinux_name) in init_probe_symbol_maps()
91 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_probe_symbol_maps()
340 const char *vmlinux_name; in kernel_get_module_dso() local
361 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
363 if (vmlinux_name) in kernel_get_module_dso()
364 ret = dso__load_vmlinux(dso, map, vmlinux_name, false); in kernel_get_module_dso()
835 symbol_conf.vmlinux_name); in post_process_kernel_probe_trace_events()
H A Dsymbol.c2143 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
2144 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false); in dso__load_kernel_sym()
2571 if (symbol_conf.vmlinux_name && in symbol__validate_sym_arguments()
2572 access(symbol_conf.vmlinux_name, R_OK)) { in symbol__validate_sym_arguments()
2573 pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name); in symbol__validate_sym_arguments()
H A Dmachine.c1151 const char *vmlinux_name = machine->mmap_name; in machine__get_kernel() local
1155 if (symbol_conf.vmlinux_name) in machine__get_kernel()
1156 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
1158 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
1162 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
1164 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
H A Dsession.c249 !symbol_conf.vmlinux_name) in __perf_session__new()
/openbmc/linux/tools/perf/
H A Dbuiltin-kallsyms.c65 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-probe.c574 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
669 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
676 if (!strchr("lda", params->command) && symbol_conf.vmlinux_name) in __cmd_probe()
H A Dbuiltin-top.c814 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
819 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1475 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1793 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
H A Dbuiltin-annotate.c555 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
H A Dbuiltin-report.c1247 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
H A Dbuiltin-kwork.c1774 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_kwork()
H A Dbuiltin-lock.c2476 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
H A Dbuiltin-inject.c2240 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
H A Dbuiltin-c2c.c3022 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
H A Dbuiltin-sched.c3529 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
H A Dbuiltin-record.c3460 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
H A Dbuiltin-script.c3903 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
/openbmc/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py68 if (options.vmlinux_name):
69 return options.vmlinux_name;