summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-examples.xml
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /documentation/profile-manual/profile-manual-examples.xml
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'documentation/profile-manual/profile-manual-examples.xml')
-rw-r--r--documentation/profile-manual/profile-manual-examples.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/documentation/profile-manual/profile-manual-examples.xml b/documentation/profile-manual/profile-manual-examples.xml
new file mode 100644
index 0000000000..9630c6c307
--- /dev/null
+++ b/documentation/profile-manual/profile-manual-examples.xml
@@ -0,0 +1,39 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<chapter id='profile-manual-examples'>
6
7<title>Real-World Examples</title>
8
9<para>
10 This chapter contains real-world examples.
11</para>
12
13<section id='slow-write-speed-on-live-images'>
14 <title>Slow Write Speed on Live Images</title>
15
16 <para>
17 In one of our previous releases (denzil), users noticed that booting
18 off of a live image and writing to disk was noticeably slower.
19 This included the boot itself, especially the first one, since first
20 boots tend to do a significant amount of writing due to certain
21 post-install scripts.
22 </para>
23
24 <para>
25 The problem (and solution) was discovered by using the Yocto tracing
26 tools, in this case 'perf stat', 'perf script', 'perf record'
27 and 'perf report'.
28 </para>
29
30 <para>
31 See all the unvarnished details of how this bug was diagnosed and
32 solved here: Yocto Bug #3049
33 </para>
34</section>
35
36</chapter>
37<!--
38vim: expandtab tw=80 ts=4
39-->