mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
manuals: fix name capitalization issues
- Using "BitBake" instead of "Bitbake" or "bitbake", aligning with the title of the "BitBake User Manual". - Using "OpenEmbedded" instead of "Openembedded" - Using "Python" instead of "python" (From yocto-docs rev: 0b893e2a15aefedd7100445fc9d7eeed07b6afc6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e3d64415ed
commit
eae7c2a0c2
@@ -740,7 +740,7 @@ entry/exit events we recorded::
|
||||
root@crownbay:~# perf script -g python
|
||||
generated Python script: perf-script.py
|
||||
|
||||
The skeleton script simply creates a python function for each event type in the
|
||||
The skeleton script simply creates a Python function for each event type in the
|
||||
perf.data file. The body of each function simply prints the event name along
|
||||
with its parameters. For example:
|
||||
|
||||
@@ -859,7 +859,7 @@ goes a little way to support the idea mentioned previously that given
|
||||
the right kind of trace data, higher-level profiling-type summaries can
|
||||
be derived from it.
|
||||
|
||||
Documentation on using the `'perf script' python
|
||||
Documentation on using the `'perf script' Python
|
||||
binding <https://linux.die.net/man/1/perf-script-python>`__.
|
||||
|
||||
System-Wide Tracing and Profiling
|
||||
@@ -1149,7 +1149,7 @@ section can be found here:
|
||||
- The `'perf script'
|
||||
manpage <https://linux.die.net/man/1/perf-script>`__.
|
||||
|
||||
- Documentation on using the `'perf script' python
|
||||
- Documentation on using the `'perf script' Python
|
||||
binding <https://linux.die.net/man/1/perf-script-python>`__.
|
||||
|
||||
- The top-level `perf(1) manpage <https://linux.die.net/man/1/perf>`__.
|
||||
|
||||
Reference in New Issue
Block a user