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