HomeSort by relevance Sort by last modified time
    Searched refs:vmlinux (Results 1 - 14 of 14) sorted by null

  /external/oprofile/daemon/
oprofiled.h 63 extern char * vmlinux;
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...]
init.c 317 opd_create_vmlinux(vmlinux, kernel_range);
368 free(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;
  /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/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);
  /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...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"
  /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);
  /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...]
  /external/linux-tools-perf/util/
symbol.h 203 const char *vmlinux, symbol_filter_t filter);
symbol.c 565 * the original ELF section names vmlinux have.
    [all...]
  /build/
envsetup.sh 994 local KERNEL=$T/prebuilts/qemu-kernel/$arch/vmlinux-qemu
    [all...]
  /external/elfutils/
elfutils.spec 274 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.

Completed in 708 milliseconds