]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - tools/perf/Documentation/perf-report.txt
perf report: Add --symbols parameter
[mv-sheeva.git] / tools / perf / Documentation / perf-report.txt
index 52d3fc6846a976e9947b7176a520273e639dfe6d..8aa3f8c88707f1ab9ea48f123833139ca8cc3ed7 100644 (file)
@@ -13,13 +13,25 @@ SYNOPSIS
 DESCRIPTION
 -----------
 This command displays the performance counter profile information recorded
-via perf report.
+via perf record.
 
 OPTIONS
 -------
 -i::
 --input=::
         Input file name. (default: perf.data)
+-d::
+--dsos=::
+       Only consider symbols in these dsos. CSV that understands
+       file://filename entries.
+-C::
+--comms=::
+       Only consider symbols in these comms. CSV that understands
+       file://filename entries.
+-S::
+--symbols=::
+       Only consider these symbols. CSV that understands
+       file://filename entries.
 
 SEE ALSO
 --------