OPT_UINTEGER       76 tools/perf/bench/epoll-ctl.c 	OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER       77 tools/perf/bench/epoll-ctl.c 	OPT_UINTEGER('r', "runtime", &nsecs,    "Specify runtime (in seconds)"),
OPT_UINTEGER       78 tools/perf/bench/epoll-ctl.c 	OPT_UINTEGER('f', "nfds", &nfds, "Specify amount of file descriptors to monitor for each thread"),
OPT_UINTEGER       80 tools/perf/bench/epoll-ctl.c 	OPT_UINTEGER( 'N', "nested",  &nested,   "Nesting level epoll hierarchy (default is 0, no nesting)"),
OPT_UINTEGER      129 tools/perf/bench/epoll-wait.c 	OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER      130 tools/perf/bench/epoll-wait.c 	OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
OPT_UINTEGER      131 tools/perf/bench/epoll-wait.c 	OPT_UINTEGER('f', "nfds",    &nfds,  "Specify amount of file descriptors to monitor for each thread"),
OPT_UINTEGER      139 tools/perf/bench/epoll-wait.c 	OPT_UINTEGER( 'N', "nested",  &nested,   "Nesting level epoll hierarchy (default is 0, no nesting)"),
OPT_UINTEGER       54 tools/perf/bench/futex-hash.c 	OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER       55 tools/perf/bench/futex-hash.c 	OPT_UINTEGER('r', "runtime", &nsecs,    "Specify runtime (in seconds)"),
OPT_UINTEGER       56 tools/perf/bench/futex-hash.c 	OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"),
OPT_UINTEGER       47 tools/perf/bench/futex-lock-pi.c 	OPT_UINTEGER('t', "threads",  &nthreads, "Specify amount of threads"),
OPT_UINTEGER       48 tools/perf/bench/futex-lock-pi.c 	OPT_UINTEGER('r', "runtime", &nsecs,     "Specify runtime (in seconds)"),
OPT_UINTEGER       49 tools/perf/bench/futex-requeue.c 	OPT_UINTEGER('t', "threads",  &nthreads, "Specify amount of threads"),
OPT_UINTEGER       50 tools/perf/bench/futex-requeue.c 	OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
OPT_UINTEGER       61 tools/perf/bench/futex-wake-parallel.c 	OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"),
OPT_UINTEGER       62 tools/perf/bench/futex-wake-parallel.c 	OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
OPT_UINTEGER       50 tools/perf/bench/futex-wake.c 	OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
OPT_UINTEGER       51 tools/perf/bench/futex-wake.c 	OPT_UINTEGER('w', "nwakes",  &nwakes,   "Specify amount of threads to wake at once"),
OPT_UINTEGER      177 tools/perf/bench/numa.c 	OPT_UINTEGER('l', "nr_loops"	, &p0.nr_loops,		"max number of loops to run (default: unlimited)"),
OPT_UINTEGER      178 tools/perf/bench/numa.c 	OPT_UINTEGER('s', "nr_secs"	, &p0.nr_secs,		"max number of seconds to run (default: 5 secs)"),
OPT_UINTEGER      179 tools/perf/bench/numa.c 	OPT_UINTEGER('u', "usleep"	, &p0.sleep_usecs,	"usecs to sleep per loop iteration"),
OPT_UINTEGER      251 tools/perf/bench/sched-messaging.c 	OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
OPT_UINTEGER      252 tools/perf/bench/sched-messaging.c 	OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
OPT_UINTEGER      127 tools/perf/builtin-bench.c 	OPT_UINTEGER('r', "repeat",  &bench_repeat,   "Specify amount of times to repeat the run"),
OPT_UINTEGER     2905 tools/perf/builtin-c2c.c 	OPT_UINTEGER('l', "ldlat", &perf_mem_events__loads_ldlat, "setup mem-loads latency"),
OPT_UINTEGER     1280 tools/perf/builtin-diff.c 	OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
OPT_UINTEGER     1358 tools/perf/builtin-kvm.c 		OPT_UINTEGER('d', "display", &kvm->display_time,
OPT_UINTEGER     1372 tools/perf/builtin-kvm.c 		OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER       81 tools/perf/builtin-mem.c 	OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"),
OPT_UINTEGER     2185 tools/perf/builtin-record.c 	OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
OPT_UINTEGER     2216 tools/perf/builtin-record.c 	OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER     3390 tools/perf/builtin-sched.c 	OPT_UINTEGER('r', "repeat", &sched.replay_repeat,
OPT_UINTEGER     3412 tools/perf/builtin-sched.c 	OPT_UINTEGER(0, "max-stack", &sched.max_stack,
OPT_UINTEGER     3507 tools/perf/builtin-script.c 	OPT_UINTEGER(0, "max-stack", &scripting_max_stack,
OPT_UINTEGER      778 tools/perf/builtin-stat.c 	OPT_UINTEGER('I', "interval-print", &stat_config.interval,
OPT_UINTEGER      785 tools/perf/builtin-stat.c 	OPT_UINTEGER(0, "timeout", &stat_config.timeout,
OPT_UINTEGER      795 tools/perf/builtin-stat.c 	OPT_UINTEGER('D', "delay", &stat_config.initial_delay,
OPT_UINTEGER     1521 tools/perf/builtin-top.c 	OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER     1536 tools/perf/builtin-top.c 	OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize,
OPT_UINTEGER     4157 tools/perf/builtin-trace.c 	OPT_UINTEGER(0, "min-stack", &trace.min_stack,
OPT_UINTEGER     4160 tools/perf/builtin-trace.c 	OPT_UINTEGER(0, "max-stack", &trace.max_stack,
OPT_UINTEGER     4168 tools/perf/builtin-trace.c 	OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
OPT_UINTEGER     4172 tools/perf/builtin-trace.c 	OPT_UINTEGER('D', "delay", &trace.opts.initial_delay,