Searched defs:vmlinux_name (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.h112 const char *vmlinux_name, member in struct:symbol_conf
H A Dmachine.c433 const char *vmlinux_name = NULL; local
437 vmlinux_name = symbol_conf.vmlinux_name;
438 if (!vmlinux_name)
439 vmlinux_name = "[kernel.kallsyms]";
441 kernel = dso__kernel_findnew(machine, vmlinux_name,
448 vmlinux_name = symbol_conf.default_guest_vmlinux_name;
449 if (!vmlinux_name)
450 vmlinux_name = machine__mmap_name(machine, bf,
453 kernel = dso__kernel_findnew(machine, vmlinux_name,
[all...]
H A Dprobe-event.c84 if (symbol_conf.vmlinux_name == NULL)
87 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name);
141 const char *vmlinux_name; local
156 vmlinux_name = symbol_conf.vmlinux_name;
157 if (vmlinux_name) {
158 if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0)

Completed in 111 milliseconds