Searched refs:POPT_ARG_STRING (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/daemon/
H A Doprofiled.c87 { "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++/
H A Dpopt_options.cpp292 &popt_value, POPT_ARG_STRING),
312 &popt_value, POPT_ARG_STRING),
/external/oprofile/libpopt/
H A Dpopt.h21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
H A Dpoptconfig.c74 item->option.argInfo |= POPT_ARG_STRING;
H A Dpopthelp.c132 case POPT_ARG_STRING: return POPT_("STRING");
184 case POPT_ARG_STRING:
324 case POPT_ARG_STRING:
H A Dpopt.c905 case POPT_ARG_STRING:
/external/oprofile/
H A Dpopt.h21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
/external/oprofile/utils/
H A Dophelp.c298 { "cpu-type", 'c', POPT_ARG_STRING, &cpu_string, 0,

Completed in 41 milliseconds