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

  /external/oprofile/daemon/
oprofiled.c 87 { "session-dir", 0, POPT_ARG_STRING, &session_dir, 0, "place sample database in dir instead of default location", "/var/lib/oprofile", },
88 { "kernel-range", 'r', POPT_ARG_STRING, &kernel_range, 0, "Kernel VMA range", "start-end", },
89 { "vmlinux", 'k', POPT_ARG_STRING, &vmlinux, 0, "vmlinux kernel image", "file", },
91 { "xen-range", 0, POPT_ARG_STRING, &xen_range, 0, "Xen VMA range", "start-end", },
92 { "xen-image", 0, POPT_ARG_STRING, &xenimage, 0, "Xen image", "file", },
93 { "image", 0, POPT_ARG_STRING, &binary_name_filter, 0, "image name filter", "profile these comma separated image" },
98 { "events", 'e', POPT_ARG_STRING, &events, 0, "events list", "[events]" },
100 { "verbose", 'V', POPT_ARG_STRING, &verbose, 0, "be verbose in log file", "all,sfile,arcs,samples,module,misc", },
101 { "ext-feature", 'x', POPT_ARG_STRING, &ext_feature, 1, "enable extended feature", "<extended-feature-name>:[args]", },
  /external/oprofile/libopt++/
popt_options.cpp 292 &popt_value, POPT_ARG_STRING),
312 &popt_value, POPT_ARG_STRING),
  /external/oprofile/libpopt/
popt.h 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */
poptconfig.c 74 item->option.argInfo |= POPT_ARG_STRING;
popthelp.c 132 case POPT_ARG_STRING: return POPT_("STRING");
184 case POPT_ARG_STRING:
324 case POPT_ARG_STRING:
popt.c 905 case POPT_ARG_STRING:
    [all...]
  /external/oprofile/
popt.h 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */
  /external/oprofile/utils/
ophelp.c 298 { "cpu-type", 'c', POPT_ARG_STRING, &cpu_string, 0,

Completed in 36 milliseconds