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

Message ID 20230812084917.169338-3-yangjihong1@huawei.com
State New
Headers
Series perf kwork: Implement perf kwork top |

Commit Message

Yang Jihong Aug. 12, 2023, 8:49 a.m. UTC
  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@huawei.com>
---
 tools/perf/Documentation/perf-kwork.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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
 -----------