diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:46:05 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:47:32 +0100 |
commit | 14b00ff23a912494edc7f146e668c40ca82b8508 (patch) | |
tree | f7f4e592ccb935bc312cfa0cfc3c0cbbe444970d /documentation/profile-manual/profile-manual.xml | |
download | yocto-docs-master.tar.gz |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'documentation/profile-manual/profile-manual.xml')
-rw-r--r-- | documentation/profile-manual/profile-manual.xml | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml new file mode 100644 index 0000000..bafecff --- /dev/null +++ b/documentation/profile-manual/profile-manual.xml | |||
@@ -0,0 +1,85 @@ | |||
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 | |||
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>Sometime in 2013</date> | ||
47 | <revremark>Released with the Yocto Project 1.5.1 Release.</revremark> | ||
48 | </revision> | ||
49 | </revhistory> | ||
50 | |||
51 | <copyright> | ||
52 | <year>©RIGHT_YEAR;</year> | ||
53 | <holder>Linux Foundation</holder> | ||
54 | </copyright> | ||
55 | |||
56 | <legalnotice> | ||
57 | <para> | ||
58 | Permission is granted to copy, distribute and/or modify this document under | ||
59 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | ||
60 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | ||
61 | Creative Commons. | ||
62 | </para> | ||
63 | |||
64 | <note> | ||
65 | For the latest version of this manual associated with this | ||
66 | Yocto Project release, see the | ||
67 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink> | ||
68 | from the Yocto Project website. | ||
69 | </note> | ||
70 | </legalnotice> | ||
71 | |||
72 | </bookinfo> | ||
73 | |||
74 | <xi:include href="profile-manual-intro.xml"/> | ||
75 | |||
76 | <xi:include href="profile-manual-arch.xml"/> | ||
77 | |||
78 | <xi:include href="profile-manual-usage.xml"/> | ||
79 | |||
80 | <xi:include href="profile-manual-examples.xml"/> | ||
81 | |||
82 | </book> | ||
83 | <!-- | ||
84 | vim: expandtab tw=80 ts=4 | ||
85 | --> | ||