Searched refs:POPT_ARG_STRING (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/daemon/ |
D | oprofiled.c | 87 …{ "session-dir", 0, POPT_ARG_STRING, &session_dir, 0, "place sample database in dir instead of def… 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 s… 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,… 101 …{ "ext-feature", 'x', POPT_ARG_STRING, &ext_feature, 1, "enable extended feature", "<extended-feat…
|
/external/oprofile/libopt++/ |
D | popt_options.cpp | 292 &popt_value, POPT_ARG_STRING), in option_imp() 312 &popt_value, POPT_ARG_STRING), in option_imp()
|
/external/oprofile/libpopt/ |
D | popt.h | 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
|
D | popthelp.c | 132 case POPT_ARG_STRING: return POPT_("STRING"); in getArgDescrip() 184 case POPT_ARG_STRING: in singleOptionDefaultValue() 324 case POPT_ARG_STRING: in singleOptionHelp()
|
D | poptconfig.c | 74 item->option.argInfo |= POPT_ARG_STRING; in configLine()
|
D | popt.c | 905 case POPT_ARG_STRING: in poptGetNextOpt()
|
/external/oprofile/ |
D | popt.h | 21 #define POPT_ARG_STRING 1 /*!< arg will be saved as string */ macro
|
/external/oprofile/utils/ |
D | ophelp.c | 298 { "cpu-type", 'c', POPT_ARG_STRING, &cpu_string, 0,
|