Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
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-6.3-rc2/tools/perf/scripts/python/
A Darm-cs-trace-disasm.py69 if (options.vmlinux_name):
70 return options.vmlinux_name;
/linux-6.3-rc2/tools/perf/util/
A Dsymbol_conf.h48 const char *vmlinux_name, member
A Dprobe-event.c88 if (symbol_conf.vmlinux_name) in init_probe_symbol_maps()
89 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_probe_symbol_maps()
331 const char *vmlinux_name; in kernel_get_module_dso() local
352 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
354 if (vmlinux_name) in kernel_get_module_dso()
355 ret = dso__load_vmlinux(dso, map, vmlinux_name, false); in kernel_get_module_dso()
825 symbol_conf.vmlinux_name); in post_process_kernel_probe_trace_events()
A Dsymbol.c2272 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
2273 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false); in dso__load_kernel_sym()
2705 if (symbol_conf.vmlinux_name && in symbol__validate_sym_arguments()
2706 access(symbol_conf.vmlinux_name, R_OK)) { in symbol__validate_sym_arguments()
2707 pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name); in symbol__validate_sym_arguments()
A Dmachine.c1107 const char *vmlinux_name = machine->mmap_name; in machine__get_kernel() local
1111 if (symbol_conf.vmlinux_name) in machine__get_kernel()
1112 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
1114 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
1118 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
1120 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
A Dsession.c244 !symbol_conf.vmlinux_name) in __perf_session__new()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kallsyms.c64 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
A Dbuiltin-probe.c565 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in __cmd_probe()
660 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
667 if (!strchr("lda", params.command) && symbol_conf.vmlinux_name) in __cmd_probe()
A Dbuiltin-top.c811 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
815 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
1456 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1736 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
A Dbuiltin-annotate.c543 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
A Dbuiltin-report.c1237 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
A Dbuiltin-kwork.c1756 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_kwork()
A Dbuiltin-lock.c2248 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
A Dbuiltin-inject.c2221 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
A Dbuiltin-c2c.c3017 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
A Dbuiltin-sched.c3517 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
A Dbuiltin-record.c3475 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
A Dbuiltin-script.c3871 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()

Completed in 75 milliseconds