diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
commit | 067445c1487c1a73e0ee8a9ae3e82d446406ab57 (patch) | |
tree | d47aa232ce1c82cf47aa348f20902937e073239a /documentation/profile-manual/profile-manual-examples.xml | |
download | yocto-docs-daisy.tar.gz |
initial commit for Enea Linux 4.0daisy
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'documentation/profile-manual/profile-manual-examples.xml')
-rw-r--r-- | documentation/profile-manual/profile-manual-examples.xml | 39 |
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 0000000..9630c6c --- /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 | <!-- | ||
38 | vim: expandtab tw=80 ts=4 | ||
39 | --> | ||