summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 12:34:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:33 +0100
commit2b3c76f023b2cd26dd4cee0b45240a2f0f531fc0 (patch)
tree8ebefdcc01a953d5388f034acff7b0094e283f4c /documentation/dev-manual
parent2f2bdaf5b4b1db2c58e53cdce658615a261578cf (diff)
downloadpoky-2b3c76f023b2cd26dd4cee0b45240a2f0f531fc0.tar.gz
dev-manual: Edits to "Profiling with OProfile" section.
(From yocto-docs rev: 4530c0580667e54fdcc84aa4eb2d5e73ab23fca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f39b5b1f39..b62dee12f4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4253,7 +4253,7 @@
4253 <para> 4253 <para>
4254 <ulink url="http://oprofile.sourceforge.net/">OProfile</ulink> is a 4254 <ulink url="http://oprofile.sourceforge.net/">OProfile</ulink> is a
4255 statistical profiler well suited for finding performance 4255 statistical profiler well suited for finding performance
4256 bottlenecks in both userspace software and in the kernel. 4256 bottlenecks in both user-space software and in the kernel.
4257 This profiler provides answers to questions like "Which functions does my application spend 4257 This profiler provides answers to questions like "Which functions does my application spend
4258 the most time in when doing X?" 4258 the most time in when doing X?"
4259 Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling 4259 Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling
@@ -4293,7 +4293,8 @@
4293 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DEBUG_BUILD'>DEBUG_BUILD</ulink></filename> 4293 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-DEBUG_BUILD'>DEBUG_BUILD</ulink></filename>
4294 variable to "1" in the <filename>local.conf</filename> configuration file. 4294 variable to "1" in the <filename>local.conf</filename> configuration file.
4295 If you use the <filename>DEBUG_BUILD</filename> variable, 4295 If you use the <filename>DEBUG_BUILD</filename> variable,
4296 you will also add extra debug information that can make the debug packages large. 4296 you also add extra debugging information that can make the debug
4297 packages large.
4297 </para> 4298 </para>
4298 4299
4299 <section id="platdev-oprofile-target"> 4300 <section id="platdev-oprofile-target">