summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-script-perl.txt
diff options
context:
space:
mode:
authorMasanari Iida2014-09-09 17:18:50 +0200
committerArnaldo Carvalho de Melo2014-10-15 22:39:02 +0200
commit96355f2cfb61bb057df9bc0712cd7323dba28080 (patch)
tree63c2375e2ae90e3e610db0df3fba89a42fa99666 /tools/perf/Documentation/perf-script-perl.txt
parentperf trace: Use thread_{,_set}_priv helpers (diff)
downloadkernel-qcow2-linux-96355f2cfb61bb057df9bc0712cd7323dba28080.tar.gz
kernel-qcow2-linux-96355f2cfb61bb057df9bc0712cd7323dba28080.tar.xz
kernel-qcow2-linux-96355f2cfb61bb057df9bc0712cd7323dba28080.zip
perf Documentation: Fix typos in perf/Documentation
This patch fix spelling typos found in tool/perf/Documentation. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Randy Dunlap <rdunlap@infradead.org> Link: http://lkml.kernel.org/r/1410275930-17207-1-git-send-email-standby24x7@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-script-perl.txt')
-rw-r--r--tools/perf/Documentation/perf-script-perl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Documentation/perf-script-perl.txt b/tools/perf/Documentation/perf-script-perl.txt
index d00bef231340..dfbb506d2c34 100644
--- a/tools/perf/Documentation/perf-script-perl.txt
+++ b/tools/perf/Documentation/perf-script-perl.txt
@@ -181,8 +181,8 @@ strings for flag and symbolic fields. These correspond to the strings
and values parsed from the 'print fmt' fields of the event format
files:
- 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
- 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
+ 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
+ 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
Perf::Trace::Context Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~