From 50273f3c531b2111343326a22dd76a9c1d893338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Tue, 31 May 2011 16:16:59 +0100 Subject: [PATCH] perf stat: better document the -d option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document fully the -d option from commit 2cba3ffb * Documentation/perf-stat.txt: Detail the -d option * builtin-stat.c: Document that -d can be repeated Signed-off-by: Pádraig Brady
---
tools/perf/Documentation/perf-stat.txt | 6 ++++++
tools/perf/builtin-stat.c | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt
index 918cc38..36a6a00 100644
--- a/tools/perf/Documentation/perf-stat.txt
+++ b/tools/perf/Documentation/perf-stat.txt
@@ -50,6 +50,12 @@ OPTIONS
--scale::
scale/normalize counter values
+-d::
+ print more detailed statistics - repeat for more
+ -d: detailed events, L1 and LLC data cache
+ -dd: more detailed events, dTLB and iTLB events
+ -ddd: very detailed events, adding prefetch events
+
-r::
--repeat=