Symbol: thread_params
tools/perf/bench/breakpoint.c
102
futex_wake(&done, thread_params.nthreads, 0);
tools/perf/bench/breakpoint.c
103
for (i = 0; i < thread_params.nthreads; i++)
tools/perf/bench/breakpoint.c
124
breakpoints = calloc(thread_params.nbreakpoints, sizeof(breakpoints[0]));
tools/perf/bench/breakpoint.c
125
parallel = calloc(thread_params.nparallel, sizeof(parallel[0]));
tools/perf/bench/breakpoint.c
129
for (i = 0; i < thread_params.nbreakpoints; i++) {
tools/perf/bench/breakpoint.c
141
for (i = 0; i < thread_params.nparallel; i++) {
tools/perf/bench/breakpoint.c
145
for (i = 0; i < thread_params.nparallel; i++)
tools/perf/bench/breakpoint.c
149
for (i = 0; i < thread_params.nbreakpoints; i++)
tools/perf/bench/breakpoint.c
156
bench_repeat, thread_params.nbreakpoints, thread_params.nparallel);
tools/perf/bench/breakpoint.c
161
(double)result_usec / bench_repeat / thread_params.nthreads);
tools/perf/bench/breakpoint.c
164
thread_params.nthreads * thread_params.nparallel);
tools/perf/bench/breakpoint.c
23
} thread_params = {
tools/perf/bench/breakpoint.c
30
OPT_UINTEGER('b', "breakpoints", &thread_params.nbreakpoints,
tools/perf/bench/breakpoint.c
32
OPT_UINTEGER('p', "parallelism", &thread_params.nparallel, "Specify amount of parallelism"),
tools/perf/bench/breakpoint.c
33
OPT_UINTEGER('t', "threads", &thread_params.nthreads, "Specify amount of threads"),
tools/perf/bench/breakpoint.c
91
threads = calloc(thread_params.nthreads, sizeof(threads[0]));
tools/perf/bench/breakpoint.c
97
for (i = 0; i < thread_params.nthreads; i++) {
tools/testing/selftests/kvm/x86/ucna_injection_test.c
174
struct thread_params *params = (struct thread_params *)arg;
tools/testing/selftests/kvm/x86/ucna_injection_test.c
215
static void test_ucna_injection(struct kvm_vcpu *vcpu, struct thread_params *params)
tools/testing/selftests/kvm/x86/ucna_injection_test.c
263
struct thread_params params;
tools/testing/selftests/kvm/x86/xapic_ipi_test.c
195
struct thread_params *params = (struct thread_params *)arg;
tools/testing/selftests/kvm/x86/xapic_ipi_test.c
399
struct thread_params params[2];