summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/examples.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commit11c048fbeae7d3eb12c43bd14953cb64b3de53bd (patch)
tree47f6e6e95bc650f15636b388967d7034ac8d8f5c /documentation/profile-manual/examples.rst
parenta0afa48859def9f6410ad1d3b1296683e14fc2b7 (diff)
downloadpoky-11c048fbeae7d3eb12c43bd14953cb64b3de53bd.tar.gz
profile-manual: remove 'profile-manual' from filenames
All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: 44405490888960208058d016e387507e21c9f478) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/examples.rst')
-rw-r--r--documentation/profile-manual/examples.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/profile-manual/examples.rst b/documentation/profile-manual/examples.rst
new file mode 100644
index 0000000000..97a9e9e21a
--- /dev/null
+++ b/documentation/profile-manual/examples.rst
@@ -0,0 +1,24 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3*******************
4Real-World Examples
5*******************
6
7|
8
9This chapter contains real-world examples.
10
11Slow Write Speed on Live Images
12===============================
13
14In one of our previous releases (denzil), users noticed that booting off
15of a live image and writing to disk was noticeably slower. This included
16the boot itself, especially the first one, since first boots tend to do
17a significant amount of writing due to certain post-install scripts.
18
19The problem (and solution) was discovered by using the Yocto tracing
20tools, in this case 'perf stat', 'perf script', 'perf record' and 'perf
21report'.
22
23See all the unvarnished details of how this bug was diagnosed and solved
24here: Yocto Bug #3049