HomeSort by relevance Sort by last modified time
    Searched full:vmlinux (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/linux-tools-perf/Documentation/
perf-report.txt 104 --vmlinux=<file>::
105 vmlinux pathname
perf-top.txt 66 --vmlinux=<path>::
67 Path to vmlinux. Required for annotation functionality.
perf-kvm.txt 69 Guest os kernel vmlinux.
perf-probe.txt 33 --vmlinux=PATH::
34 Specify vmlinux path which has debuginfo (Dwarf binary).
perf-script.txt 172 --vmlinux=<file>::
173 vmlinux pathname
  /external/linux-tools-perf/
builtin-kvm.c 50 "file", "file saving guest os vmlinux"),
builtin-annotate.c 255 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
256 "file", "vmlinux pathname"),
builtin-top.c 174 pr_err("Can't annotate %s: No vmlinux file was found in the "
785 * specified vmlinux file is invalid when we actually have a
792 * invalid --vmlinux ;-)
801 ui__warning("A vmlinux file was not found.\n%s",
822 pr_err(": No vmlinux file was found in the path:\n");
1034 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
1035 "file", "vmlinux pathname"),
builtin-report.c 297 "As no suitable kallsyms nor vmlinux was found, kernel samples\n"
424 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
425 "file", "vmlinux pathname"),
builtin-probe.c 240 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
241 "file", "vmlinux pathname"),
builtin-record.c 842 "Samples in kernel functions may not be resolved if a suitable vmlinux\n"
843 "file is not found in the buildid cache or in the vmlinux path.\n\n"
846 "even with a suitable vmlinux or kallsyms file.\n\n");
builtin-script.c 979 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
980 "file", "vmlinux pathname"),
  /external/linux-tools-perf/util/
annotate.c 318 pr_err("Can't annotate %s: No vmlinux file%s was found in the "
319 "path.\nPlease use 'perf buildid-cache -av vmlinux' or "
320 "--vmlinux vmlinux.\n",
symbol.c 565 * the original ELF section names vmlinux have.
    [all...]
symbol.h 203 const char *vmlinux, symbol_filter_t filter);
probe-event.c 78 /* Initialize symbol maps and path of vmlinux/modules */
87 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name);
104 pr_warning("Failed to init vmlinux path.\n");
231 pr_debug("Could not open vmlinux. Try to use symbols.\n");
251 pr_warning("Warning: No dwarf info found in the vmlinux - "
    [all...]
  /external/oprofile/daemon/
init.c 317 opd_create_vmlinux(vmlinux, kernel_range);
368 free(vmlinux);
  /prebuilts/qemu-kernel/arm/
rebuild.sh 302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"
  /external/elfutils/libdwfl/
linux-kernel-modules.c 99 to look for "vmlinux" files. */
105 to look for "vmlinux.debug" files. */
130 ? asprintf (fname, "%s/vmlinux", release)
131 : asprintf (fname, "/boot/vmlinux-%s", release)) < 0)
138 if (asprintf (fname, MODULEDIRFMT "/vmlinux", release) < 0)
567 looking for any vmlinux file. */
  /external/oprofile/doc/
oprofile.xml 374 Please note that you must save or have available the <filename>vmlinux</filename> file
376 <option>--no-vmlinux</option>, but this will prevent kernel profiling).
398 is to tell OProfile where the <filename>vmlinux</filename> file corresponding to the
401 <screen>opcontrol --vmlinux=/boot/vmlinux-`uname -r`</screen>
404 you can tell OProfile you don't have a <filename>vmlinux</filename> file :
406 <screen>opcontrol --no-vmlinux</screen>
424 These profile files cover shared libraries, applications, the kernel (vmlinux), and kernel modules.
430 <screen>opcontrol --no-vmlinux --session-dir=/home/me/tmpsession</screen>
440 <screen>opreport -l /boot/vmlinux-`uname -r`</screen
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 148 * thread when adding vmlinux and module maps to proc->maps[]
opd_proc.c 208 * a proc so on we fall back to put sample in vmlinux
  /external/oprofile/libpp/
profile.h 123 * .text, and the symbol _text from vmlinux. This value is used to fix
  /external/oprofile/
TODO 11 o default to a vmlinux location: need agreement from kernel developers
19 warning: /no-vmlinux could not be found.
54 o with opreport -c I can get "warning: /no-vmlinux could not be found.".
ChangeLog-2005 546 * daemon/opd_sfile.c: rewrite. Fix --no-vmlinux taking up
620 samples to vmlinux when using --no-vmlinux via a sick hack
935 prevent an unrelocated vmlinux being used

Completed in 610 milliseconds

1 23 4