Home
last modified time | relevance | path

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

/linux-4.1.27/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"),
Dsched-messaging.c252 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
253 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
Dnuma.c162 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run"),
163 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run"),
164 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
/linux-4.1.27/tools/perf/
Dbuiltin-bench.c111 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
Dbuiltin-record.c877 OPT_UINTEGER('F', "freq", &record.opts.user_freq, "profile at this frequency"),
907 OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
Dbuiltin-stat.c1763 OPT_UINTEGER('I', "interval-print", &interval, in cmd_stat()
1769 OPT_UINTEGER('D', "delay", &initial_delay, in cmd_stat()
Dbuiltin-diff.c812 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
Dbuiltin-top.c1106 OPT_UINTEGER('F', "freq", &opts->user_freq, "profile at this frequency"), in cmd_top()
Dbuiltin-kvm.c1298 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live()
Dbuiltin-sched.c1718 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched()
/linux-4.1.27/tools/perf/util/
Dparse-options.h122 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro