perf tools: Fix typos / broken sentences
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Jun 2019 22:09:00 +0000 (15:09 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 2 Jul 2019 19:08:16 +0000 (16:08 -0300)
- Fix a typo in the man page
- Fix a tip that doesn't make any sense.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20190628220900.13741-1-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-report.txt
tools/perf/Documentation/tips.txt

index 8c4372819e11f86d26d3982798726077a73bc185..987261d158d4c496dd457eb4ba9c6806264f71df 100644 (file)
@@ -89,7 +89,7 @@ OPTIONS
        - socket: processor socket number the task ran at the time of sample
        - srcline: filename and line number executed at the time of sample.  The
        DWARF debugging info must be provided.
-       - srcfile: file name of the source file of the same. Requires dwarf
+       - srcfile: file name of the source file of the samples. Requires dwarf
        information.
        - weight: Event specific weight, e.g. memory latency or transaction
        abort cost. This is the global weight.
index 869965d629ce0a1e7940a03288b905e70446a53c..825745a645c11578c7ea1a3d1a07b340134147c9 100644 (file)
@@ -38,6 +38,6 @@ To report cacheline events from previous recording: perf c2c report
 To browse sample contexts use perf report --sample 10 and select in context menu
 To separate samples by time use perf report --sort time,overhead,sym
 To set sample time separation other than 100ms with --sort time use --time-quantum
-Add -I to perf report to sample register values visible in perf report context.
+Add -I to perf record to sample register values, which will be visible in perf report sample context.
 To show IPC for sampling periods use perf record -e '{cycles,instructions}:S' and then browse context
 To show context switches in perf report sample context add --switch-events to perf record.