Home
last modified time | relevance | path

Searched refs:POPT_ARG_INT (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/daemon/
Doprofiled.c94 …{ "separate-lib", 0, POPT_ARG_INT, &separate_lib, 0, "separate library samples for each distinct a…
95 …{ "separate-kernel", 0, POPT_ARG_INT, &separate_kernel, 0, "separate kernel samples for each disti…
96 { "separate-thread", 0, POPT_ARG_INT, &separate_thread, 0, "thread-profiling mode", "[0|1]" },
97 { "separate-cpu", 0, POPT_ARG_INT, &separate_cpu, 0, "separate samples for each CPU", "[0|1]" },
/external/oprofile/
Dpopt.h22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ macro
/external/oprofile/libpopt/
Dpopt.h22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ macro
Dpopthelp.c130 case POPT_ARG_INT: return POPT_("INT"); in getArgDescrip()
168 case POPT_ARG_INT: in singleOptionDefaultValue()
320 case POPT_ARG_INT: in singleOptionHelp()
Dpopt.c911 case POPT_ARG_INT: in poptGetNextOpt()
/external/oprofile/libopt++/
Dpopt_options.cpp284 : option_base(name, short_name, help, arg_help, &value, POPT_ARG_INT) in option_imp()
/external/oprofile/utils/
Dophelp.c308 { "callgraph", '\0', POPT_ARG_INT, &callgraph_depth, 0,