/external/oprofile/gui/ |
oprof_start_config.cpp | 52 /* Guess path to vmlinux based on kernel currently running. */ 58 + "/build/vmlinux"); 81 } else if (str == "VMLINUX") {
|
/external/oprofile/daemon/ |
oprofiled.c | 68 char * vmlinux; variable 89 { "vmlinux", 'k', POPT_ARG_STRING, &vmlinux, 0, "vmlinux kernel image", "file", }, 90 { "no-vmlinux", 0, POPT_ARG_NONE, &no_vmlinux, 0, "vmlinux kernel image file not available", NULL, }, 417 if (!vmlinux || !strcmp("", vmlinux)) { 418 fprintf(stderr, "oprofiled: no vmlinux specified.\n"); 423 /* canonicalise vmlinux filename. fix #637805 * [all...] |
opd_kernel.h | 31 /** Describes a kernel module or vmlinux itself */
|
oprofiled.h | 63 extern char * vmlinux;
|
opd_ibs_trans.c | 570 const char vmlinux[10] = "vmlinux"; local 587 mod = vmlinux; 610 const char vmlinux[10] = "vmlinux"; local 624 mod = vmlinux;
|
opd_kernel.c | 39 /* vmlinux is *not* on the list of modules */ 42 /* for no vmlinux */ 44 vmlinux_image.name = "no-vmlinux";
|
/external/linux-tools-perf/ |
builtin-test.c | 31 struct machine kallsyms, vmlinux; local 39 * both vmlinux + .ko files and from /proc/kallsyms split by modules. 42 machine__init(&vmlinux, "", HOST_KERNEL_ID); 72 * same value in the vmlinux file we load. 87 * Now repeat step 2, this time for the vmlinux file we'll auto-locate. 89 if (machine__create_kernel_maps(&vmlinux) < 0) { 94 vmlinux_map = machine__kernel_map(&vmlinux, type); 100 * Locate a vmlinux file in the vmlinux path that has a buildid that 108 if (machine__load_vmlinux_path(&vmlinux, type [all...] |
/external/qemu/distrib/ |
build-kernel.sh | 226 OUTPUT_VMLINUX=vmlinux-vbox 230 OUTPUT_VMLINUX=vmlinux-qemu 234 OUTPUT_VMLINUX=vmlinux-qemu-armv7 238 OUTPUT_VMLINUX=vmlinux-$CONFIG 241 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX 245 cp -f vmlinux $OUTPUT/$OUTPUT_KERNEL
|
/external/linux-tools-perf/Documentation/ |
perf-annotate.txt | 47 --vmlinux=<file>:: 48 vmlinux pathname.
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 48 /* for no vmlinux */ 49 if (!vmlinux) 50 vmlinux = "no-vmlinux"; 51 kernel_image = opd_get_kernel_image(vmlinux, NULL, 0, 0); 399 * kernel_start == 0 when using --no-vmlinux. 425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid); 427 verbprintf(vmisc, "Can't create image for %s %s\n", vmlinux, app_name);
|
opd_image.h | 37 * no owner (such as vmlinux or module) */
|
/external/oprofile/doc/ |
opcontrol.1.in | 133 .BI "--vmlinux="file 134 vmlinux kernel image. 137 .BI "--no-vmlinux" 138 Use this when you don't have a kernel vmlinux file, and you don't want to
|
/external/oprofile/utils/ |
opcontrol | 181 --vmlinux=file vmlinux kernel image 182 --no-vmlinux no kernel image (vmlinux) available 328 VMLINUX= 421 echo "VMLINUX=$VMLINUX" >> $SETUP_FILE 461 if test -z "$VMLINUX"; then 462 echo "No vmlinux file specified. You must specify the correct vmlinux file, e.g." >& [all...] |
/bionic/libc/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/development/ndk/platforms/android-3/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 147 char vmlinux[512]; variable 158 {"vmlinux", 1, 0, 'v'}, 199 " --vmlinux=file vmlinux kernel image\n" 564 strcpy(vmlinux, "--no-vmlinux"); 592 /* --vmlinux */ 594 sprintf(vmlinux, "-k %s", optarg); 763 " %s", vmlinux);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|