Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 18 of 18) sorted by relevance

/tools/perf/bench/
A Dbreakpoint.c117 pthread_t *parallel; in bench_breakpoint_thread() local
125 parallel = calloc(thread_params.nparallel, sizeof(parallel[0])); in bench_breakpoint_thread()
126 if (!breakpoints || !parallel) in bench_breakpoint_thread()
142 if (pthread_create(&parallel[i], NULL, breakpoint_thread, &repeat)) in bench_breakpoint_thread()
146 pthread_join(parallel[i], NULL); in bench_breakpoint_thread()
151 free(parallel); in bench_breakpoint_thread()
A DBuild9 perf-bench-y += futex-wake-parallel.o
/tools/perf/tests/shell/
A Dscript.sh79 pp=$(dirname "$0")/../../scripts/python/parallel-perf.py
/tools/perf/
A DMakefile57 BUILD_TYPE := parallel
/tools/testing/selftests/arm64/fp/
A DREADME68 should be run in parallel in two KVM guests, while simultaneously
83 allows multiple guests to be run in parallel while running other
/tools/testing/selftests/tc-testing/
A Dtdc.py586 parallel = []
596 parallel.append(test)
598 return (serial, parallel)
607 (serial, parallel) = mp_bins(alltests)
609 batches = [parallel[n : n + 32] for n in range(0, len(parallel), 32)]
612 print("Executing {} tests in parallel and {} in serial".format(len(parallel), len(serial)))
A DREADME101 A test that runs inside a namespace (requires "nsPlugin") will run in parallel
/tools/testing/selftests/cgroup/
A Dmemcg_protection.m79 % XXX here I do parallel reclaim of all siblings
/tools/perf/Documentation/
A Dperf-test.txt41 parallel to speed execution.
A Dperf-bench.txt236 *wake-parallel*::
237 Suite for evaluating parallel wake calls.
A Dcpu-and-latency-overheads.txt54 highly-parallel phases, which explains significant difference between
A DBuild.txt15 Makefile.perf with a -j option to do parallel builds.
A Dperf-amd-ibs.txt48 plethora of events, counting mode (less interference), up to 6 parallel
A Dperf-record.txt795 Write collected trace data into several data files using parallel threads.
810 specifies parallel threads layout that consists of two threads,
814 <spec> value can also be a string meaning predefined parallel threads
A Dperf.data-file-format.txt460 collected in parallel on different CPUs. If the events should be
/tools/testing/selftests/net/netfilter/
A Dnft_interface_stress.sh95 --length 56 --parallel 10 -i 0 | sed -n "$summary_expr")
/tools/virtio/
A Dvringh_test.c457 bool fast_vringh = false, parallel = false; in main() local
476 parallel = true; in main()
482 if (parallel) in main()
/tools/memory-model/Documentation/
A Dexplanation.txt718 and r2 = 0! This results from parallel execution of the operations

Completed in 843 milliseconds