profile-manual-examples.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <chapter id='profile-manual-examples'>
  5. <title>Real-World Examples</title>
  6. <para>
  7. This chapter contains real-world examples.
  8. </para>
  9. <section id='slow-write-speed-on-live-images'>
  10. <title>Slow Write Speed on Live Images</title>
  11. <para>
  12. In one of our previous releases (denzil), users noticed that booting
  13. off of a live image and writing to disk was noticeably slower.
  14. This included the boot itself, especially the first one, since first
  15. boots tend to do a significant amount of writing due to certain
  16. post-install scripts.
  17. </para>
  18. <para>
  19. The problem (and solution) was discovered by using the Yocto tracing
  20. tools, in this case 'perf stat', 'perf script', 'perf record'
  21. and 'perf report'.
  22. </para>
  23. <para>
  24. See all the unvarnished details of how this bug was diagnosed and
  25. solved here: Yocto Bug #3049
  26. </para>
  27. </section>
  28. </chapter>
  29. <!--
  30. vim: expandtab tw=80 ts=4
  31. -->