OPT_UINTEGER
OPT_UINTEGER('p', "passive", &enable_params.npassive, "Specify amount of passive threads"),
OPT_UINTEGER('a', "active", &enable_params.nactive, "Specify amount of active threads"),
OPT_UINTEGER('b', "breakpoints", &thread_params.nbreakpoints,
OPT_UINTEGER('p', "parallelism", &thread_params.nparallel, "Specify amount of parallelism"),
OPT_UINTEGER('t', "threads", &thread_params.nthreads, "Specify amount of threads"),
OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
OPT_UINTEGER('f', "nfds", &nfds, "Specify amount of file descriptors to monitor for each thread"),
OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)"),
OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
OPT_UINTEGER('f', "nfds", &nfds, "Specify amount of file descriptors to monitor for each thread"),
OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)"),
OPT_UINTEGER('i', "outer-iterations", &outer_iterations,
OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"),
OPT_UINTEGER('r', "runtime", ¶ms.runtime, "Specify runtime (in seconds)"),
OPT_UINTEGER('f', "futexes", ¶ms.nfutexes, "Specify amount of futexes per threads"),
OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"),
OPT_UINTEGER('r', "runtime", ¶ms.runtime, "Specify runtime (in seconds)"),
OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"),
OPT_UINTEGER('q', "nrequeue", ¶ms.nrequeue, "Specify amount of threads to requeue at once"),
OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"),
OPT_UINTEGER('w', "nwakers", ¶ms.nwakes, "Specify amount of waking threads"),
OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"),
OPT_UINTEGER('w', "nwakes", ¶ms.nwakes, "Specify amount of threads to wake at once"),
OPT_UINTEGER('i', "iterations", &iterations,
OPT_UINTEGER('m', "nr-mmaps", &nr_mmaps,
OPT_UINTEGER('n', "nr-samples", &nr_samples,
OPT_UINTEGER('i', "iterations", &iterations,
OPT_UINTEGER('r', "randomize", &seed,
OPT_UINTEGER('l', "nr_loops", &nr_loops,
OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run (default: unlimited)"),
OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run (default: 5 secs)"),
OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
OPT_UINTEGER('i', "iterations", &iterations,
OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
OPT_UINTEGER('m', "min-threads", &min_threads,
OPT_UINTEGER('M', "max-threads", &max_threads,
OPT_UINTEGER('i', "single-iterations", &single_iterations,
OPT_UINTEGER('I', "multi-iterations", &multi_iterations,
OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify number of times to repeat the run"),
OPT_UINTEGER('l', "ldlat", &perf_mem_events__loads_ldlat, "setup mem-loads latency"),
OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
OPT_UINTEGER(0, "bucket-range", &ftrace.bucket_range,
OPT_UINTEGER(0, "min-latency", &ftrace.min_latency,
OPT_UINTEGER(0, "max-latency", &ftrace.max_latency,
OPT_UINTEGER('d', "display", &kvm->display_time,
OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER(0, "max-stack", &kwork.max_stack,
OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"),
OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER(0, "num-thread-synthesize",
OPT_UINTEGER('r', "repeat", &sched.replay_repeat,
OPT_UINTEGER(0, "max-stack", &sched.max_stack,
OPT_UINTEGER(0, "max-stack", &scripting_max_stack,
OPT_UINTEGER('I', "interval-print", &stat_config.interval,
OPT_UINTEGER(0, "timeout", &stat_config.timeout,
OPT_UINTEGER(0, "td-level", &stat_config.topdown_level,
OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize,
OPT_UINTEGER(0, "min-stack", &trace.min_stack,
OPT_UINTEGER(0, "max-stack", &trace.max_stack,
OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER('r', "runs-per-test", &runs_per_test,