Home
last modified time | relevance | path

Searched refs:OPT_UINTEGER (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/tools/perf/bench/
Dfutex-hash.c52 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
53 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
54 OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"),
Dfutex-wake.c49 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
50 OPT_UINTEGER('w', "nwakes", &nwakes, "Specify amount of threads to wake at once"),
Dfutex-requeue.c48 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
49 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
Dfutex-lock-pi.c45 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
46 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
Dsched-messaging.c254 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
255 OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
Dfutex-wake-parallel.c60 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"),
61 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
Dnuma.c174 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run (default: unlimited)"),
175 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run (default: 5 secs)"),
176 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
/Linux-v4.19/tools/perf/
Dbuiltin-bench.c115 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
Dbuiltin-mem.c77 OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"), in __cmd_record()
Dbuiltin-top.c1363 OPT_UINTEGER(0, "proc-map-timeout", &opts->proc_map_timeout, in cmd_top()
1376 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
Dbuiltin-kvm.c1353 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live()
1367 OPT_UINTEGER(0, "proc-map-timeout", &kvm->opts.proc_map_timeout, in kvm_events_live()
Dbuiltin-record.c1620 OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
1651 OPT_UINTEGER(0, "proc-map-timeout", &record.opts.proc_map_timeout,
Dbuiltin-stat.c2015 OPT_UINTEGER('I', "interval-print", &stat_config.interval,
2022 OPT_UINTEGER(0, "timeout", &stat_config.timeout,
2030 OPT_UINTEGER('D', "delay", &initial_delay,
Dbuiltin-trace.c3227 OPT_UINTEGER(0, "min-stack", &trace.min_stack, in cmd_trace()
3230 OPT_UINTEGER(0, "max-stack", &trace.max_stack, in cmd_trace()
3236 OPT_UINTEGER(0, "proc-map-timeout", &trace.opts.proc_map_timeout, in cmd_trace()
3240 OPT_UINTEGER('D', "delay", &trace.opts.initial_delay, in cmd_trace()
Dbuiltin-diff.c849 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
Dbuiltin-sched.c3382 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched()
3404 OPT_UINTEGER(0, "max-stack", &sched.max_stack, in cmd_sched()
Dbuiltin-c2c.c2885 OPT_UINTEGER('l', "ldlat", &perf_mem_events__loads_ldlat, "setup mem-loads latency"), in perf_c2c__record()
Dbuiltin-script.c3168 OPT_UINTEGER(0, "max-stack", &scripting_max_stack, in cmd_script()
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h134 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro