Home
last modified time | relevance | path

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

/linux/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/tools/perf/scripts/python/
A Darm-cs-trace-disasm.py68 if (options.vmlinux_name):
69 return options.vmlinux_name;
/linux/tools/perf/util/
A Dsymbol_conf.h51 const char *vmlinux_name, member
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()
351 const char *vmlinux_name; in kernel_get_module_dso() local
373 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
375 if (vmlinux_name) in kernel_get_module_dso()
376 ret = dso__load_vmlinux(dso, map, vmlinux_name, false); in kernel_get_module_dso()
847 symbol_conf.vmlinux_name); in post_process_kernel_probe_trace_events()
A Dsymbol.c2188 if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
2189 return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false); in dso__load_kernel_sym()
2594 if (symbol_conf.vmlinux_name && in symbol__validate_sym_arguments()
2595 access(symbol_conf.vmlinux_name, R_OK)) { in symbol__validate_sym_arguments()
2596 pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name); in symbol__validate_sym_arguments()
A Dmachine.c935 const char *vmlinux_name = machine->mmap_name; in machine__get_kernel() local
939 if (symbol_conf.vmlinux_name) in machine__get_kernel()
940 vmlinux_name = symbol_conf.vmlinux_name; in machine__get_kernel()
942 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
946 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__get_kernel()
948 kernel = machine__findnew_kernel(machine, vmlinux_name, in machine__get_kernel()
A Dsession.c188 !symbol_conf.vmlinux_name) in __perf_session__new()
/linux/tools/perf/
A Dbuiltin-kallsyms.c65 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
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()
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()
A Dbuiltin-annotate.c731 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_annotate()
A Dbuiltin-report.c1312 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
A Dbuiltin-kwork.c2398 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_kwork()
A Dbuiltin-lock.c2556 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in cmd_lock()
A Dbuiltin-inject.c2399 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
A Dbuiltin-c2c.c3001 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
A Dbuiltin-record.c3504 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
A Dbuiltin-sched.c3806 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_sched()
A Dbuiltin-script.c3989 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()

Completed in 89 milliseconds