[PATCH v4 3/5] perf test: Remove parallel option documentation
From: Ian Rogers
Date: Thu Jan 09 2025 - 16:51:59 EST
The parallel option was removed in commit 94d1a913bdc4 ("perf test:
Make parallel testing the default").
Fixes: 94d1a913bdc4 ("perf test: Make parallel testing the default")
Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
---
tools/perf/Documentation/perf-test.txt | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tools/perf/Documentation/perf-test.txt b/tools/perf/Documentation/perf-test.txt
index efcdec528a8f..8f8a3c367570 100644
--- a/tools/perf/Documentation/perf-test.txt
+++ b/tools/perf/Documentation/perf-test.txt
@@ -35,12 +35,6 @@ OPTIONS
--sequential::
Run tests one after the other, this is the default mode.
--p::
---parallel::
- Run tests in parallel, speeds up the whole process but is not safe with
- the current infrastructure, where some tests that compete for some resources,
- for instance, 'perf probe' tests that add/remove probes or clean all probes, etc.
-
-F::
--dont-fork::
Do not fork child for each test, run all tests within single process, this
--
2.47.1.613.gc27f4b7a9f-goog