/kernel/linux/linux-5.10/tools/perf/bench/ |
H A 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,
|
H A 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"),
|
H A D | find-bit-bench.c | 19 OPT_UINTEGER('i', "outer-iterations", &outer_iterations, 21 OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
|
H A 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"),
|
H A 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"),
|
H A 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 thread"), 138 OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)"),
|
H A 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)"),
|
H A 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)"),
|
H A 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)"),
|
H A D | kallsyms-parse.c | 17 OPT_UINTEGER('i', "iterations", &iterations,
|
H A 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,
|
H A 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"),
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A 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,
|
H A D | breakpoint.c | 30 OPT_UINTEGER('b', "breakpoints", &thread_params.nbreakpoints, 32 OPT_UINTEGER('p', "parallelism", &thread_params.nparallel, "Specify amount of parallelism"), 33 OPT_UINTEGER('t', "threads", &thread_params.nthreads, "Specify amount of threads"), 185 OPT_UINTEGER('p', "passive", &enable_params.npassive, "Specify amount of passive threads"), 186 OPT_UINTEGER('a', "active", &enable_params.nactive, "Specify amount of active threads"),
|
H A D | futex-hash.c | 56 OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"), 57 OPT_UINTEGER('r', "runtime", ¶ms.runtime, "Specify runtime (in seconds)"), 58 OPT_UINTEGER('f', "futexes", ¶ms.nfutexes, "Specify amount of futexes per threads"),
|
H A D | find-bit-bench.c | 19 OPT_UINTEGER('i', "outer-iterations", &outer_iterations, 21 OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
|
H A 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 thread"), 138 OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)"),
|
H A 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)"),
|
H A D | futex-lock-pi.c | 48 OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"), 49 OPT_UINTEGER('r', "runtime", ¶ms.runtime, "Specify runtime (in seconds)"),
|
H A D | futex-wake.c | 53 OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"), 54 OPT_UINTEGER('w', "nwakes", ¶ms.nwakes, "Specify amount of threads to wake at once"),
|
H A D | kallsyms-parse.c | 17 OPT_UINTEGER('i', "iterations", &iterations,
|
H A D | inject-buildid.c | 58 OPT_UINTEGER('i', "iterations", &iterations, 60 OPT_UINTEGER('m', "nr-mmaps", &nr_mmaps, 62 OPT_UINTEGER('n', "nr-samples", &nr_samples,
|
H A D | futex-wake-parallel.c | 63 OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"), 64 OPT_UINTEGER('w', "nwakers", ¶ms.nwakes, "Specify amount of waking threads"),
|
H A D | futex-requeue.c | 53 OPT_UINTEGER('t', "threads", ¶ms.nthreads, "Specify amount of threads"), 54 OPT_UINTEGER('q', "nrequeue", ¶ms.nrequeue, "Specify amount of threads to requeue at once"),
|
H A D | sched-messaging.c | 259 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"), 260 OPT_UINTEGER('l', "nr_loops", &nr_loops, "Specify the number of loops to run (default: 100)"),
|