Searched refs:vmlinux_name (Results 1 – 9 of 9) sorted by relevance
/linux/scripts/ |
H A D | markup_oops.pl | 17 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 D | symbol_conf.h | 51 const char *vmlinux_name, member
|
H A D | probe-event.c | 94 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 D | machine.c | 937 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 D | builtin-kallsyms.c | 65 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
|
H A D | builtin-top.c | 813 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 D | builtin-lock.c | 2485 OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name, in parse_output()
|
H A D | builtin-inject.c | 2399 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_inject()
|
H A D | builtin-c2c.c | 3001 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in perf_c2c__report()
|