Searched refs:POPT_ARG_NONE (Results 1 - 7 of 7) sorted by relevance
/external/oprofile/utils/ |
H A D | ophelp.c | 300 { "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 D | popt_options.cpp | 73 { "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 D | popt.h | 20 #define POPT_ARG_NONE 0 /*!< no arg */ macro
|
H A D | popthelp.c | 78 { "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 D | popt.c | 851 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 D | popt.h | 20 #define POPT_ARG_NONE 0 /*!< no arg */ macro
|
/external/oprofile/daemon/ |
H A D | oprofiled.c | 90 { "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