Searched refs:POPT_ARG_NONE (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/utils/
H A Dophelp.c300 { "check-events", 'e', POPT_ARG_NONE, &check_events, 0,
302 { "unit-mask", 'u', POPT_ARG_NONE, &unit_mask, 0,
304 { "get-cpu-type", 'r', POPT_ARG_NONE, &get_cpu_type, 0,
306 { "get-default-event", 'd', POPT_ARG_NONE, &get_default_event, 0,
310 { "version", 'v', POPT_ARG_NONE, &show_vers, 0,
312 { "xml", 'X', POPT_ARG_NONE, &want_xml, 0,
/external/oprofile/libopt++/
H A Dpopt_options.cpp73 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, },
265 : option_base(name, short_name, help, 0, &popt_value, POPT_ARG_NONE),
/external/oprofile/libpopt/
H A Dpopt.h20 #define POPT_ARG_NONE 0 /*!< no arg */ macro
H A Dpopthelp.c78 { "defaults", '\0', POPT_ARG_NONE, &show_option_defaults, 0,
124 case POPT_ARG_NONE: return POPT_("NONE");
198 case POPT_ARG_NONE:
286 case POPT_ARG_NONE:
H A Dpopt.c851 if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE) {
859 } else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
1001 if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE)
1005 else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
/external/oprofile/
H A Dpopt.h20 #define POPT_ARG_NONE 0 /*!< no arg */ macro
/external/oprofile/daemon/
H A Doprofiled.c90 { "no-vmlinux", 0, POPT_ARG_NONE, &no_vmlinux, 0, "vmlinux kernel image file not available", NULL, },
99 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, },

Completed in 119 milliseconds