HomeSort by relevance Sort by last modified time
    Searched refs:vmlinux (Results 1 - 15 of 15) 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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
vmlinux-kallsyms.c 27 struct machine kallsyms, vmlinux; local
36 * both vmlinux + .ko files and from /proc/kallsyms split by modules.
39 machine__init(&vmlinux, "", HOST_KERNEL_ID);
69 * same value in the vmlinux file we load.
84 * Now repeat step 2, this time for the vmlinux file we'll auto-locate.
86 if (machine__create_kernel_maps(&vmlinux) < 0) {
91 vmlinux_map = machine__kernel_map(&vmlinux, type);
97 * Locate a vmlinux file in the vmlinux path that has a buildid that
105 if (machine__load_vmlinux_path(&vmlinux, type
    [all...]
  /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/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
  /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/perf-3.12.0/tools/perf/util/
symbol.h 218 const char *vmlinux, symbol_filter_t filter);
symbol.c 604 * the original ELF section names vmlinux have.
1123 const char *vmlinux, symbol_filter_t filter)
1130 if (vmlinux[0] == '/')
1131 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
1134 symbol_conf.symfs, vmlinux);
1152 dso__set_long_name(dso, (char *)vmlinux);
1198 * Step 1: if the user specified a kallsyms or vmlinux filename, use
1203 * vmlinux file, obviously we can't fallback to another vmlinux (a
1272 pr_err("No kallsyms or vmlinux with build-id %s
    [all...]
  /build/
envsetup.sh     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 377 LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o
  /external/elfutils/0.153/
elfutils.spec 401 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.

Completed in 930 milliseconds