Searched refs:OPT_UINTEGER (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/tools/perf/bench/ |
D | futex-hash.c | 45 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"),
|
D | futex-wake.c | 42 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 43 OPT_UINTEGER('w', "nwakes", &nwakes, "Specify amount of threads to wake at once"),
|
D | futex-requeue.c | 41 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 42 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
|
D | sched-messaging.c | 252 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"), 253 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
|
D | numa.c | 162 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/ |
D | builtin-bench.c | 111 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
|
D | builtin-record.c | 877 OPT_UINTEGER('F', "freq", &record.opts.user_freq, "profile at this frequency"), 907 OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
|
D | builtin-stat.c | 1763 OPT_UINTEGER('I', "interval-print", &interval, in cmd_stat() 1769 OPT_UINTEGER('D', "delay", &initial_delay, in cmd_stat()
|
D | builtin-diff.c | 812 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
|
D | builtin-top.c | 1106 OPT_UINTEGER('F', "freq", &opts->user_freq, "profile at this frequency"), in cmd_top()
|
D | builtin-kvm.c | 1298 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live()
|
D | builtin-sched.c | 1718 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 122 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro
|