Home
last modified time | relevance | path

Searched refs:thread_params (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/bench/
A Dbreakpoint.c23 } thread_params = { variable
30 OPT_UINTEGER('b', "breakpoints", &thread_params.nbreakpoints,
97 for (i = 0; i < thread_params.nthreads; i++) { in breakpoint_thread()
102 futex_wake(&done, thread_params.nthreads, 0); in breakpoint_thread()
103 for (i = 0; i < thread_params.nthreads; i++) in breakpoint_thread()
129 for (i = 0; i < thread_params.nbreakpoints; i++) { in bench_breakpoint_thread()
141 for (i = 0; i < thread_params.nparallel; i++) { in bench_breakpoint_thread()
145 for (i = 0; i < thread_params.nparallel; i++) in bench_breakpoint_thread()
149 for (i = 0; i < thread_params.nbreakpoints; i++) in bench_breakpoint_thread()
156 bench_repeat, thread_params.nbreakpoints, thread_params.nparallel); in bench_breakpoint_thread()
[all …]
/linux/tools/testing/selftests/kvm/x86_64/
A Ducna_injection_test.c61 struct thread_params { struct
174 struct thread_params *params = (struct thread_params *)arg; in run_ucna_injection()
215 static void test_ucna_injection(struct kvm_vcpu *vcpu, struct thread_params *params) in test_ucna_injection()
263 struct thread_params params; in main()
A Dxapic_ipi_test.c75 struct thread_params { struct
194 struct thread_params *params = (struct thread_params *)arg; in vcpu_thread()
399 struct thread_params params[2]; in main()

Completed in 9 milliseconds