profile-manual.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE book 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. <book id='profile-manual' lang='en'
  5. xmlns:xi="http://www.w3.org/2003/XInclude"
  6. xmlns="http://docbook.org/ns/docbook"
  7. >
  8. <bookinfo>
  9. <mediaobject>
  10. <imageobject>
  11. <imagedata fileref='figures/profile-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Yocto Project Profiling and Tracing Manual
  18. </title>
  19. <authorgroup>
  20. <author>
  21. <firstname>Tom</firstname> <surname>Zanussi</surname>
  22. <affiliation>
  23. <orgname>Intel Corporation</orgname>
  24. </affiliation>
  25. <email>tom.zanussi@intel.com</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>1.4</revnumber>
  31. <date>April 2013</date>
  32. <revremark>Released with the Yocto Project 1.4 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>1.5</revnumber>
  36. <date>October 2013</date>
  37. <revremark>Released with the Yocto Project 1.5 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>1.5.1</revnumber>
  41. <date>January 2014</date>
  42. <revremark>Released with the Yocto Project 1.5.1 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>1.6</revnumber>
  46. <date>April 2014</date>
  47. <revremark>Released with the Yocto Project 1.6 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>1.7</revnumber>
  51. <date>October 2014</date>
  52. <revremark>Released with the Yocto Project 1.7 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>1.8</revnumber>
  56. <date>April 2015</date>
  57. <revremark>Released with the Yocto Project 1.8 Release.</revremark>
  58. </revision>
  59. </revhistory>
  60. <copyright>
  61. <year>&COPYRIGHT_YEAR;</year>
  62. <holder>Linux Foundation</holder>
  63. </copyright>
  64. <legalnotice>
  65. <para>
  66. Permission is granted to copy, distribute and/or modify this document under
  67. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  68. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  69. Creative Commons.
  70. </para>
  71. <note>
  72. For the latest version of this manual associated with this
  73. Yocto Project release, see the
  74. <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>
  75. from the Yocto Project website.
  76. </note>
  77. </legalnotice>
  78. </bookinfo>
  79. <xi:include href="profile-manual-intro.xml"/>
  80. <xi:include href="profile-manual-arch.xml"/>
  81. <xi:include href="profile-manual-usage.xml"/>
  82. <xi:include href="profile-manual-examples.xml"/>
  83. </book>
  84. <!--
  85. vim: expandtab tw=80 ts=4
  86. -->