diff options
author | Andi Kleen <ak@linux.intel.com> | 2019-06-29 00:09:00 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-07-02 21:08:16 +0200 |
commit | 734ac47e23aee12e1c16a4dd52d7c1cb893eaf6c (patch) | |
tree | 1e895da433ec3fda438908089ea2f151c69e9799 /tools/perf/Documentation/perf-report.txt | |
parent | perf jevents: Add support for Hisi hip08 L3C PMU aliasing (diff) | |
download | linux-734ac47e23aee12e1c16a4dd52d7c1cb893eaf6c.tar.xz linux-734ac47e23aee12e1c16a4dd52d7c1cb893eaf6c.zip |
perf tools: Fix typos / broken sentences
- 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>
Diffstat (limited to 'tools/perf/Documentation/perf-report.txt')
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 8c4372819e11..987261d158d4 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -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. |