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

  /external/oprofile/opcontrol/
opcontrol.cpp 67 char vmlinux[512]; variable
78 {"vmlinux", 1, 0, 'v'},
313 " --vmlinux=file vmlinux kernel image\n"
555 strcpy(vmlinux, "--no-vmlinux");
581 /* --vmlinux */
583 sprintf(vmlinux, "-k %s", optarg);
758 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...]

Completed in 43 milliseconds