Skip to content

Commit 96355f2

Browse files
standby24x7acmel
authored andcommitted
perf Documentation: Fix typos in perf/Documentation
This patch fix spelling typos found in tool/perf/Documentation. Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Randy Dunlap <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 89dceb2 commit 96355f2

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

tools/perf/Documentation/perf-diff.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ If specified the 'Weighted diff' column is displayed with value 'd' computed as:
196196

197197
- period being the hist entry period value
198198

199-
- WEIGHT-A/WEIGHT-B being user suplied weights in the the '-c' option
199+
- WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option
200200
behind ':' separator like '-c wdiff:1,2'.
201-
- WIEGHT-A being the weight of the data file
202-
- WIEGHT-B being the weight of the baseline data file
201+
- WEIGHT-A being the weight of the data file
202+
- WEIGHT-B being the weight of the baseline data file
203203

204204
SEE ALSO
205205
--------

tools/perf/Documentation/perf-kvm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ OPTIONS
100100
STAT REPORT OPTIONS
101101
-------------------
102102
--vcpu=<value>::
103-
analyze events which occures on this vcpu. (default: all vcpus)
103+
analyze events which occur on this vcpu. (default: all vcpus)
104104

105105
--event=<value>::
106106
event to be analyzed. Possible values: vmexit, mmio (x86 only),
@@ -134,7 +134,7 @@ STAT LIVE OPTIONS
134134
Analyze events only for given process ID(s) (comma separated list).
135135

136136
--vcpu=<value>::
137-
analyze events which occures on this vcpu. (default: all vcpus)
137+
analyze events which occur on this vcpu. (default: all vcpus)
138138

139139

140140
--event=<value>::

tools/perf/Documentation/perf-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ various perf commands with the -e option.
1919
EVENT MODIFIERS
2020
---------------
2121

22-
Events can optionally have a modifer by appending a colon and one or
22+
Events can optionally have a modifier by appending a colon and one or
2323
more modifiers. Modifiers allow the user to restrict the events to be
2424
counted. The following modifiers exist:
2525

tools/perf/Documentation/perf-record.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
146146

147147
-N::
148148
--no-buildid-cache::
149-
Do not update the builid cache. This saves some overhead in situations
149+
Do not update the buildid cache. This saves some overhead in situations
150150
where the information in the perf.data file (which includes buildids)
151151
is sufficient.
152152

tools/perf/Documentation/perf-script-perl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ strings for flag and symbolic fields. These correspond to the strings
181181
and values parsed from the 'print fmt' fields of the event format
182182
files:
183183

184-
flag_str($event_name, $field_name, $field_value) - returns the string represention corresponding to $field_value for the flag field $field_name of event $event_name
185-
symbol_str($event_name, $field_name, $field_value) - returns the string represention corresponding to $field_value for the symbolic field $field_name of event $event_name
184+
flag_str($event_name, $field_name, $field_value) - returns the string representation corresponding to $field_value for the flag field $field_name of event $event_name
185+
symbol_str($event_name, $field_name, $field_value) - returns the string representation corresponding to $field_value for the symbolic field $field_name of event $event_name
186186

187187
Perf::Trace::Context Module
188188
~~~~~~~~~~~~~~~~~~~~~~~~~~~

tools/perf/Documentation/perf-script-python.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ and having the counts we've tallied as values.
263263

264264
The print_syscall_totals() function iterates over the entries in the
265265
dictionary and displays a line for each entry containing the syscall
266-
name (the dictonary keys contain the syscall ids, which are passed to
266+
name (the dictionary keys contain the syscall ids, which are passed to
267267
the Util function syscall_name(), which translates the raw syscall
268268
numbers to the corresponding syscall name strings). The output is
269269
displayed after all the events in the trace have been processed, by
@@ -576,8 +576,8 @@ strings for flag and symbolic fields. These correspond to the strings
576576
and values parsed from the 'print fmt' fields of the event format
577577
files:
578578

579-
flag_str(event_name, field_name, field_value) - returns the string represention corresponding to field_value for the flag field field_name of event event_name
580-
symbol_str(event_name, field_name, field_value) - returns the string represention corresponding to field_value for the symbolic field field_name of event event_name
579+
flag_str(event_name, field_name, field_value) - returns the string representation corresponding to field_value for the flag field field_name of event event_name
580+
symbol_str(event_name, field_name, field_value) - returns the string representation corresponding to field_value for the symbolic field field_name of event event_name
581581

582582
The *autodict* function returns a special kind of Python
583583
dictionary that implements Perl's 'autovivifying' hashes in Python

tools/perf/Documentation/perf-script.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ OPTIONS
140140

141141
"Overriding previous field request for all events."
142142

143-
Alternativey, consider the order:
143+
Alternatively, consider the order:
144144

145145
-f comm,tid,time,ip,sym -f trace:
146146

tools/perf/Documentation/perf-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OPTIONS
2525
-------
2626
-s::
2727
--skip::
28-
Tests to skip (comma separater numeric list).
28+
Tests to skip (comma separated numeric list).
2929

3030
-v::
3131
--verbose::

tools/perf/Documentation/perf-trace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scheduling events, etc.
2020
This is a live mode tool in addition to working with perf.data files like
2121
the other perf tools. Files can be generated using the 'perf record' command
2222
but the session needs to include the raw_syscalls events (-e 'raw_syscalls:*').
23-
Alernatively, the 'perf trace record' can be used as a shortcut to
23+
Alternatively, 'perf trace record' can be used as a shortcut to
2424
automatically include the raw_syscalls events when writing events to a file.
2525

2626
The following options apply to perf trace; options to perf trace record are

0 commit comments

Comments
 (0)