diff options
author | Kim Phillips <kim.phillips@arm.com> | 2017-05-03 13:13:50 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@kernel.org> | 2017-05-04 09:59:53 -0300 |
commit | 1291927a490832a9bbd0158a5d3c05c25a3c7159 (patch) | |
tree | 2d2b55d9580453e5174ec3a229d780eb33a72c15 /tools/perf/Documentation/tips.txt | |
parent | 12c1c2fd780a9a5581105fcb6f251466cf35af2a (diff) | |
download | linux-1291927a490832a9bbd0158a5d3c05c25a3c7159.tar.gz linux-1291927a490832a9bbd0158a5d3c05c25a3c7159.tar.bz2 linux-1291927a490832a9bbd0158a5d3c05c25a3c7159.zip |
perf tools: Fix spelling mistakes
Mostly in the documentation.
Signed-off-by: Kim Phillips <kim.phillips@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170503131350.cebeecd8bd0f2968417626ab@arm.com
[ Fix spelling of "parameter" in one of the spell-checked lines ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/tips.txt')
-rw-r--r-- | tools/perf/Documentation/tips.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index 170b0289a7bc..db0ca3063eae 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -23,7 +23,7 @@ For memory address profiling, try: perf mem record / perf mem report For tracepoint events, try: perf report -s trace_fields To record callchains for each sample: perf record -g To record every process run by a user: perf record -u <user> -Skip collecing build-id when recording: perf record -B +Skip collecting build-id when recording: perf record -B To change sampling frequency to 100 Hz: perf record -F 100 See assembly instructions with percentage: perf annotate <symbol> If you prefer Intel style assembly, try: perf annotate -M intel |