Searched refs:parallel (Results 1 – 18 of 18) sorted by relevance
| /tools/perf/bench/ |
| A D | breakpoint.c | 117 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(¶llel[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 D | Build | 9 perf-bench-y += futex-wake-parallel.o
|
| /tools/perf/tests/shell/ |
| A D | script.sh | 79 pp=$(dirname "$0")/../../scripts/python/parallel-perf.py
|
| /tools/perf/ |
| A D | Makefile | 57 BUILD_TYPE := parallel
|
| /tools/testing/selftests/arm64/fp/ |
| A D | README | 68 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 D | tdc.py | 586 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 D | README | 101 A test that runs inside a namespace (requires "nsPlugin") will run in parallel
|
| /tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 79 % XXX here I do parallel reclaim of all siblings
|
| /tools/perf/Documentation/ |
| A D | perf-test.txt | 41 parallel to speed execution.
|
| A D | perf-bench.txt | 236 *wake-parallel*:: 237 Suite for evaluating parallel wake calls.
|
| A D | cpu-and-latency-overheads.txt | 54 highly-parallel phases, which explains significant difference between
|
| A D | Build.txt | 15 Makefile.perf with a -j option to do parallel builds.
|
| A D | perf-amd-ibs.txt | 48 plethora of events, counting mode (less interference), up to 6 parallel
|
| A D | perf-record.txt | 795 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 D | perf.data-file-format.txt | 460 collected in parallel on different CPUs. If the events should be
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_interface_stress.sh | 95 --length 56 --parallel 10 -i 0 | sed -n "$summary_expr")
|
| /tools/virtio/ |
| A D | vringh_test.c | 457 bool fast_vringh = false, parallel = false; in main() local 476 parallel = true; in main() 482 if (parallel) in main()
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 718 and r2 = 0! This results from parallel execution of the operations
|
Completed in 843 milliseconds