/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-top.txt | 66 --vmlinux=<path>:: 67 Path to vmlinux. Required for annotation functionality.
|
perf-probe.txt | 33 --vmlinux=PATH:: 34 Specify vmlinux path which has debuginfo (Dwarf binary).
|
perf-report.txt | 160 --vmlinux=<file>:: 161 vmlinux pathname
|
perf-script.txt | 172 --vmlinux=<file>:: 173 vmlinux pathname
|
perf-kvm.txt | 86 Guest os kernel vmlinux.
|
/external/qemu/distrib/ |
build-kernel.sh | 367 OUTPUT_VMLINUX=vmlinux-${OUTPUT_KERNEL##kernel-} 369 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX 373 cp -f vmlinux $OUTPUT/$OUTPUT_KERNEL
|
/external/libpcap/Win32/Include/net/ |
paths.h | 65 #define _PATH_UNIX "/vmlinux"
|
/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/0.153/libdwfl/ |
linux-kernel-modules.c | 118 to look for "vmlinux" files. */ 124 to look for "vmlinux.debug" files. */ 179 ? asprintf (fname, "%s/vmlinux", release) 180 : asprintf (fname, "/boot/vmlinux-%s", release)) < 0) 187 if (asprintf (fname, MODULEDIRFMT "/vmlinux", release) < 0) 646 looking for any vmlinux file. */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-top.c | 108 pr_err("Can't annotate %s: No vmlinux file was found in the " 741 * specified vmlinux file is invalid when we actually have a 748 * invalid --vmlinux ;-) 757 ui__warning("A vmlinux file was not found.\n%s", 1081 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, 1082 "file", "vmlinux pathname"),
|
builtin-annotate.c | 303 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, 304 "file", "vmlinux pathname"),
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
code-reading.c | 415 /* Force the use of kallsyms instead of vmlinux to try kcore */ 559 fprintf(stderr, " (no vmlinux)");
|
/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...] |