/Linux-v4.19/tools/perf/bench/ |
D | futex-hash.c | 52 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 53 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"), 54 OPT_UINTEGER('f', "futexes", &nfutexes, "Specify amount of futexes per threads"),
|
D | futex-wake.c | 49 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 50 OPT_UINTEGER('w', "nwakes", &nwakes, "Specify amount of threads to wake at once"),
|
D | futex-requeue.c | 48 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 49 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),
|
D | futex-lock-pi.c | 45 OPT_UINTEGER('t', "threads", &nthreads, "Specify amount of threads"), 46 OPT_UINTEGER('r', "runtime", &nsecs, "Specify runtime (in seconds)"),
|
D | sched-messaging.c | 254 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"), 255 OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
|
D | futex-wake-parallel.c | 60 OPT_UINTEGER('t', "threads", &nblocked_threads, "Specify amount of threads"), 61 OPT_UINTEGER('w', "nwakers", &nwaking_threads, "Specify amount of waking threads"),
|
D | numa.c | 174 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run (default: unlimited)"), 175 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run (default: 5 secs)"), 176 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration"),
|
/Linux-v4.19/tools/perf/ |
D | builtin-bench.c | 115 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
|
D | builtin-mem.c | 77 OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"), in __cmd_record()
|
D | builtin-top.c | 1363 OPT_UINTEGER(0, "proc-map-timeout", &opts->proc_map_timeout, in cmd_top() 1376 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
|
D | builtin-kvm.c | 1353 OPT_UINTEGER('d', "display", &kvm->display_time, in kvm_events_live() 1367 OPT_UINTEGER(0, "proc-map-timeout", &kvm->opts.proc_map_timeout, in kvm_events_live()
|
D | builtin-record.c | 1620 OPT_UINTEGER('D', "delay", &record.opts.initial_delay, 1651 OPT_UINTEGER(0, "proc-map-timeout", &record.opts.proc_map_timeout,
|
D | builtin-stat.c | 2015 OPT_UINTEGER('I', "interval-print", &stat_config.interval, 2022 OPT_UINTEGER(0, "timeout", &stat_config.timeout, 2030 OPT_UINTEGER('D', "delay", &initial_delay,
|
D | builtin-trace.c | 3227 OPT_UINTEGER(0, "min-stack", &trace.min_stack, in cmd_trace() 3230 OPT_UINTEGER(0, "max-stack", &trace.max_stack, in cmd_trace() 3236 OPT_UINTEGER(0, "proc-map-timeout", &trace.opts.proc_map_timeout, in cmd_trace() 3240 OPT_UINTEGER('D', "delay", &trace.opts.initial_delay, in cmd_trace()
|
D | builtin-diff.c | 849 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
|
D | builtin-sched.c | 3382 OPT_UINTEGER('r', "repeat", &sched.replay_repeat, in cmd_sched() 3404 OPT_UINTEGER(0, "max-stack", &sched.max_stack, in cmd_sched()
|
D | builtin-c2c.c | 2885 OPT_UINTEGER('l', "ldlat", &perf_mem_events__loads_ldlat, "setup mem-loads latency"), in perf_c2c__record()
|
D | builtin-script.c | 3168 OPT_UINTEGER(0, "max-stack", &scripting_max_stack, in cmd_script()
|
/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.h | 134 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… macro
|