OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARG_NONE
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/utils/
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++/
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/
popt.h
20
#define
POPT_ARG_NONE
0 /*!< no arg */
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
:
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
) {
[
all
...]
/external/oprofile/
popt.h
20
#define
POPT_ARG_NONE
0 /*!< no arg */
/external/oprofile/daemon/
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 997 milliseconds