HomeSort by relevance Sort by last modified time
    Searched refs:POPT_ARG_INT (Results 1 - 7 of 7) sorted by null

  /external/oprofile/daemon/
oprofiled.c 94 { "separate-lib", 0, POPT_ARG_INT, &separate_lib, 0, "separate library samples for each distinct application", "[0|1]", },
95 { "separate-kernel", 0, POPT_ARG_INT, &separate_kernel, 0, "separate kernel samples for each distinct application", "[0|1]", },
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/libpopt/
popt.h 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */
popthelp.c 130 case POPT_ARG_INT: return POPT_("INT");
168 case POPT_ARG_INT:
320 case POPT_ARG_INT:
popt.c 911 case POPT_ARG_INT:
    [all...]
  /external/oprofile/
popt.h 22 #define POPT_ARG_INT 2 /*!< arg will be converted to int */
  /external/oprofile/libopt++/
popt_options.cpp 284 : option_base(name, short_name, help, arg_help, &value, POPT_ARG_INT)
  /external/oprofile/utils/
ophelp.c 308 { "callgraph", '\0', POPT_ARG_INT, &callgraph_depth, 0,

Completed in 363 milliseconds