Searched refs:POPT_ARG_INT (Results 1 – 7 of 7) sorted by relevance
/external/oprofile/daemon/ |
D | oprofiled.c | 94 …{ "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/ |
D | popt.h | 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ macro
|
/external/oprofile/libpopt/ |
D | popt.h | 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */ macro
|
D | popthelp.c | 130 case POPT_ARG_INT: return POPT_("INT"); in getArgDescrip() 168 case POPT_ARG_INT: in singleOptionDefaultValue() 320 case POPT_ARG_INT: in singleOptionHelp()
|
D | popt.c | 911 case POPT_ARG_INT: in poptGetNextOpt()
|
/external/oprofile/libopt++/ |
D | popt_options.cpp | 284 : option_base(name, short_name, help, arg_help, &value, POPT_ARG_INT) in option_imp()
|
/external/oprofile/utils/ |
D | ophelp.c | 308 { "callgraph", '\0', POPT_ARG_INT, &callgraph_depth, 0,
|