Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dfutex-hash.c45 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
46 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
47 OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"),
Dfutex-wake.c42 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
43 OPT_UINTEGER('w', "nwakes", &nwakes, "Specify amount of threads to wake at once"),
Dfutex-requeue.c41 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
42 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
Dfutex-lock-pi.c39 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"),
40 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
Dsched-messaging.c252 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
253 OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
Dfutex-wake-parallel.c44 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"),
45 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
Dnuma.c167 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run (default: unlimited)"),
168 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run (default: 5 secs)"),
169 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
/linux-4.4.14/tools/perf/
Dbuiltin-bench.c114 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
Dbuiltin-record.c1053 OPT_UINTEGER('F', "freq", &record.opts.user_freq, "profile at this frequency"),
1084 OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
1112 OPT_UINTEGER(0, "proc-map-timeout", &record.opts.proc_map_timeout,
Dbuiltin-stat.c981 OPT_UINTEGER('I', "interval-print", &stat_config.interval,
989 OPT_UINTEGER('D', "delay", &initial_delay,
Dbuiltin-top.c1157 OPT_UINTEGER('F', "freq", &opts->user_freq, "profile at this frequency"), in cmd_top()
1213 OPT_UINTEGER(0, "proc-map-timeout", &opts->proc_map_timeout, in cmd_top()
Dbuiltin-kvm.c1305 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live()
1319 OPT_UINTEGER(0, "proc-map-timeout", &kvm->opts.proc_map_timeout, in kvm_events_live()
Dbuiltin-diff.c818 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
Dbuiltin-sched.c1816 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched()
Dbuiltin-trace.c3092 OPT_UINTEGER(0, "proc-map-timeout", &trace.opts.proc_map_timeout, in cmd_trace()
/linux-4.4.14/tools/perf/util/
Dparse-options.h123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro