aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSihyeon Jang <[email protected]>2017-11-12 10:10:46 +0900
committerArnaldo Carvalho de Melo <[email protected]>2017-11-16 14:49:56 -0300
commit958964f803b27baffd238708842b527a1d30e110 (patch)
treedbd75e28200604cb406b7c6e51f2f1331420df29
parent5039c8a28fa97b8dce7b363a5ecd4bee2b87bf03 (diff)
perf top: Document missing options
Signed-off-by: Sihyeon Jang <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/Documentation/perf-top.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt
index 4353262bc462..8a32cc77bead 100644
--- a/tools/perf/Documentation/perf-top.txt
+++ b/tools/perf/Documentation/perf-top.txt
@@ -268,6 +268,12 @@ INTERACTIVE PROMPTING KEYS
[S]::
Stop annotation, return to full profile display.
+[K]::
+ Hide kernel symbols.
+
+[U]::
+ Hide user symbols.
+
[z]::
Toggle event count zeroing across display updates.