Searched refs:POPT_ARG_STRING (Results 1 - 8 of 8) sorted by relevance
/external/oprofile/daemon/ |
H A D | 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++/ |
H A D | popt_options.cpp | 292 &popt_value, POPT_ARG_STRING), 312 &popt_value, POPT_ARG_STRING),
|
/external/oprofile/libpopt/ |
H A D | popt.h | 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
|
H A D | poptconfig.c | 74 item->option.argInfo |= POPT_ARG_STRING;
|
H A D | popthelp.c | 132 case POPT_ARG_STRING: return POPT_("STRING"); 184 case POPT_ARG_STRING: 324 case POPT_ARG_STRING:
|
H A D | popt.c | 905 case POPT_ARG_STRING:
|
/external/oprofile/ |
H A D | popt.h | 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
|
/external/oprofile/utils/ |
H A D | ophelp.c | 298 { "cpu-type", 'c', POPT_ARG_STRING, &cpu_string, 0,
|
Completed in 41 milliseconds