summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/profile-manual/usage.rst')
-rw-r--r--documentation/profile-manual/usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index fb1553d70d..0fd703d8a5 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -740,7 +740,7 @@ entry/exit events we recorded::
740 root@crownbay:~# perf script -g python 740 root@crownbay:~# perf script -g python
741 generated Python script: perf-script.py 741 generated Python script: perf-script.py
742 742
743The skeleton script simply creates a python function for each event type in the 743The skeleton script simply creates a Python function for each event type in the
744perf.data file. The body of each function simply prints the event name along 744perf.data file. The body of each function simply prints the event name along
745with its parameters. For example: 745with its parameters. For example:
746 746
@@ -859,7 +859,7 @@ goes a little way to support the idea mentioned previously that given
859the right kind of trace data, higher-level profiling-type summaries can 859the right kind of trace data, higher-level profiling-type summaries can
860be derived from it. 860be derived from it.
861 861
862Documentation on using the `'perf script' python 862Documentation on using the `'perf script' Python
863binding <https://linux.die.net/man/1/perf-script-python>`__. 863binding <https://linux.die.net/man/1/perf-script-python>`__.
864 864
865System-Wide Tracing and Profiling 865System-Wide Tracing and Profiling
@@ -1149,7 +1149,7 @@ section can be found here:
1149- The `'perf script' 1149- The `'perf script'
1150 manpage <https://linux.die.net/man/1/perf-script>`__. 1150 manpage <https://linux.die.net/man/1/perf-script>`__.
1151 1151
1152- Documentation on using the `'perf script' python 1152- Documentation on using the `'perf script' Python
1153 binding <https://linux.die.net/man/1/perf-script-python>`__. 1153 binding <https://linux.die.net/man/1/perf-script-python>`__.
1154 1154
1155- The top-level `perf(1) manpage <https://linux.die.net/man/1/perf>`__. 1155- The top-level `perf(1) manpage <https://linux.die.net/man/1/perf>`__.