blob: b64875b8c20788a4b5c509088a34955fc0104ee7 [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>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 <firstname>Scott</firstname> <surname>Rifenbark</surname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050026 <affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027 <orgname>Scotty's Documentation Services, INC</orgname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028 </affiliation>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029 <email>srifenbark@gmail.com</email>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050030 </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 Williamsc0f7c042017-02-23 20:41:17 -060074 <revision>
75 <revnumber>2.2</revnumber>
76 <date>October 2016</date>
77 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
78 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050079 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050080 <revnumber>2.3</revnumber>
81 <date>May 2017</date>
82 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050083 </revision>
84 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050085 <revnumber>2.4</revnumber>
86 <date>October 2017</date>
87 <revremark>Released with the Yocto Project 2.4 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050088 </revision>
89 <revision>
Brad Bishop316dfdd2018-06-25 12:45:53 -040090 <revnumber>2.5</revnumber>
91 <date>May 2018</date>
92 <revremark>Released with the Yocto Project 2.5 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050093 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050094 </revhistory>
95
96 <copyright>
97 <year>&COPYRIGHT_YEAR;</year>
98 <holder>Linux Foundation</holder>
99 </copyright>
100
101 <legalnotice>
102 <para>
103 Permission is granted to copy, distribute and/or modify this document under
104 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
105 Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
106 Creative Commons.
107 </para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500108 <note><title>Manual Notes</title>
109 <itemizedlist>
110 <listitem><para>
111 This version of the
112 <emphasis>Yocto Project Profiling and Tracing Manual</emphasis>
113 is for the &YOCTO_DOC_VERSION; release of the
114 Yocto Project.
115 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -0400116 for this release, go to the
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500117 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400118 and select the manual from that site.
119 Manuals from the site are more up-to-date than manuals
120 derived from the Yocto Project released TAR files.
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500121 </para></listitem>
122 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400123 If you located this manual through a web search, the
124 version of the manual might not be the one you want
125 (e.g. the search might have returned a manual much
126 older than the Yocto Project version with which you
127 are working).
128 You can see all Yocto Project major releases by
129 visiting the
130 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
131 page.
132 If you need a version of this manual for a different
133 Yocto Project release, visit the
134 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
135 and select the manual set by using the
136 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
137 pull-down menus.
138 </para></listitem>
139 <listitem><para>
140 To report any inaccuracies or problems with this
141 manual, send an email to the Yocto Project
142 discussion group at
143 <filename>yocto@yoctoproject.com</filename> or log into
144 the freenode <filename>#yocto</filename> channel.
145 </para></listitem>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500146 </itemizedlist>
147 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500148 </legalnotice>
149
150 </bookinfo>
151
152 <xi:include href="profile-manual-intro.xml"/>
153
154 <xi:include href="profile-manual-arch.xml"/>
155
156 <xi:include href="profile-manual-usage.xml"/>
157
158 <xi:include href="profile-manual-examples.xml"/>
159
160</book>
161<!--
162vim: expandtab tw=80 ts=4
163-->