/tools/perf/bench/ |
D | synthesize.c | 34 OPT_UINTEGER('m', "min-threads", &min_threads, 36 OPT_UINTEGER('M', "max-threads", &max_threads, 38 OPT_UINTEGER('i', "single-iterations", &single_iterations, 40 OPT_UINTEGER('I', "multi-iterations", &multi_iterations,
|
D | futex-hash.c | 54 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 55 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"), 56 OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"),
|
D | find-bit-bench.c | 19 OPT_UINTEGER('i', "outer-iterations", &outer_iterations, 21 OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
|
D | epoll-ctl.c | 75 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 76 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"), 77 OPT_UINTEGER('f', "nfds", &nfds, "Specify amount of file descriptors to monitor for each thread"), 79 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
|
D | kallsyms-parse.c | 17 OPT_UINTEGER('i', "iterations", &iterations,
|
D | futex-requeue.c | 49 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 50 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
|
D | futex-wake.c | 50 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 51 OPT_UINTEGER('w', "nwakes", &nwakes, "Specify amount of threads to wake at once"),
|
D | epoll-wait.c | 128 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 129 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"), 130 …OPT_UINTEGER('f', "nfds", &nfds, "Specify amount of file descriptors to monitor for each threa… 138 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
|
D | futex-lock-pi.c | 46 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 47 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
|
D | sched-messaging.c | 251 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"), 252 OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
|
D | futex-wake-parallel.c | 61 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"), 62 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
|
D | inject-buildid.c | 57 OPT_UINTEGER('i', "iterations", &iterations, 59 OPT_UINTEGER('m', "nr-mmaps", &nr_mmaps, 61 OPT_UINTEGER('n', "nr-samples", &nr_samples,
|
D | numa.c | 178 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run (default: unlimited)"), 179 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run (default: 5 secs)"), 180 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
|
/tools/perf/ |
D | builtin-bench.c | 145 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
|
D | builtin-mem.c | 71 OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"), in __cmd_record()
|
D | builtin-ftrace.c | 925 OPT_UINTEGER('D', "delay", &ftrace.initial_delay, in cmd_ftrace()
|
D | builtin-top.c | 1552 OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout, in cmd_top() 1567 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
|
D | builtin-kvm.c | 1358 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live() 1372 OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout, in kvm_events_live()
|
D | builtin-stat.c | 1128 OPT_UINTEGER('I', "interval-print", &stat_config.interval, 1135 OPT_UINTEGER(0, "timeout", &stat_config.timeout,
|
D | builtin-record.c | 2530 OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout, 2587 OPT_UINTEGER(0, "num-thread-synthesize",
|
D | builtin-trace.c | 4813 OPT_UINTEGER(0, "min-stack", &trace.min_stack, 4816 OPT_UINTEGER(0, "max-stack", &trace.max_stack, 4824 OPT_UINTEGER(0, "proc-map-timeout", &proc_map_timeout,
|
D | builtin-sched.c | 3459 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched() 3481 OPT_UINTEGER(0, "max-stack", &sched.max_stack, in cmd_sched()
|
D | builtin-diff.c | 1298 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
|
D | builtin-c2c.c | 2878 OPT_UINTEGER('l', "ldlat", &perf_mem_events__loads_ldlat, "setup mem-loads latency"), in perf_c2c__record()
|
/tools/lib/subcmd/ |
D | parse-options.h | 135 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro
|