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

  /external/oprofile/daemon/
opd_ibs_trans.c 570 const char vmlinux[10] = "vmlinux"; local
587 mod = vmlinux;
610 const char vmlinux[10] = "vmlinux"; local
624 mod = 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...]
  /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/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);

Completed in 104 milliseconds