Searched refs:OPT_UINTEGER (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/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 | futex-lock-pi.c | 39 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 40 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
|
D | sched-messaging.c | 252 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)"),
|
D | futex-wake-parallel.c | 44 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"), 45 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
|
D | numa.c | 167 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/ |
D | builtin-bench.c | 114 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
|
D | builtin-record.c | 1053 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,
|
D | builtin-stat.c | 981 OPT_UINTEGER('I', "interval-print", &stat_config.interval, 989 OPT_UINTEGER('D', "delay", &initial_delay,
|
D | builtin-top.c | 1157 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()
|
D | builtin-kvm.c | 1305 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()
|
D | builtin-diff.c | 818 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
|
D | builtin-sched.c | 1816 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched()
|
D | builtin-trace.c | 3092 OPT_UINTEGER(0, "proc-map-timeout", &trace.opts.proc_map_timeout, in cmd_trace()
|
/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro
|