aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorStephane Eranian <eranian@google.com>2011-07-30 01:20:40 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-08-18 07:40:34 -0300
commite71a059832753a8834a5a5080366879954ccdc4d (patch)
tree83268a902907320f839057ad2202d33d375c7df1 /tools/perf/Documentation
parent3e6a2a7f3b9d0e521bb3284573b696d0cbe1952c (diff)
downloadkernel_samsung_smdk4412-e71a059832753a8834a5a5080366879954ccdc4d.zip
kernel_samsung_smdk4412-e71a059832753a8834a5a5080366879954ccdc4d.tar.gz
kernel_samsung_smdk4412-e71a059832753a8834a5a5080366879954ccdc4d.tar.bz2
perf annotate: Add --symfs option
If you have --symfs in perf report, then you also need it for perf annotate. This allows off-box assembly level analysis of perf.data samples. This patch complements: commit ec5761eab318e50e69fcf8e63e9edaef5949c067 Author: David Ahern <daahern@cisco.com> Date: Thu Dec 9 13:27:07 2010 -0700 perf symbols: Add symfs option for off-box analysis using specified tree Acked-by: David Ahern <daahern@cisco.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Cc: David Ahern <daahern@cisco.com> Link: http://lkml.kernel.org/r/20110729232040.GA21838@quad Signed-off-by: Stephane Eranian <eranian@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-annotate.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index 5bc0600..98a31e3 100644
--- a/tools/perf/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
@@ -80,6 +80,9 @@ OPTIONS
Interleave source code with assembly code. Enabled by default,
disable with --no-source.
+--symfs=<directory>::
+ Look for files with symbols relative to this directory.
+
SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-report[1]