[RFC v1 02/16] perf kwork: Add the supported subcommands to the document

From: Yang Jihong
Date: Sat Aug 12 2023 - 04:52:13 EST


Add missing report, latency and timehist subcommands to the document.

Fixes: f98919ec4fcc ("perf kwork: Implement 'report' subcommand")
Fixes: ad3d9f7a929a ("perf kwork: Implement perf kwork latency")
Fixes: bcc8b3e88d6f ("perf kwork: Implement perf kwork timehist")
Signed-off-by: Yang Jihong <yangjihong1@xxxxxxxxxx>
---
tools/perf/Documentation/perf-kwork.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-kwork.txt b/tools/perf/Documentation/perf-kwork.txt
index 3c36324712b6..482d6c52e2ed 100644
--- a/tools/perf/Documentation/perf-kwork.txt
+++ b/tools/perf/Documentation/perf-kwork.txt
@@ -8,7 +8,7 @@ perf-kwork - Tool to trace/measure kernel work properties (latencies)
SYNOPSIS
--------
[verse]
-'perf kwork' {record}
+'perf kwork' {record|report|latency|timehist}

DESCRIPTION
-----------
--
2.30.GIT