summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-usage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/profile-manual/profile-manual-usage.xml')
-rw-r--r--documentation/profile-manual/profile-manual-usage.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml
index 95ad73909c..e157d8258d 100644
--- a/documentation/profile-manual/profile-manual-usage.xml
+++ b/documentation/profile-manual/profile-manual-usage.xml
@@ -60,8 +60,11 @@
60 60
61 <para> 61 <para>
62 In particular, you'll get the most mileage out of perf if you 62 In particular, you'll get the most mileage out of perf if you
63 profile an image built with INHIBIT_PACKAGE_STRIP = "1" in your 63 profile an image built with the following in your
64 local.conf. 64 <filename>local.conf</filename> file:
65 <literallayout class='monospaced'>
66 <ulink url='&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP'>INHIBIT_PACKAGE_STRIP</ulink> = "1"
67 </literallayout>
65 </para> 68 </para>
66 69
67 <para> 70 <para>
@@ -355,10 +358,10 @@
355 </para> 358 </para>
356 359
357 <para> 360 <para>
358 One way around that is to put the following in your local.conf 361 One way around that is to put the following in your
359 when you build the image: 362 <filename>local.conf</filename> file when you build the image:
360 <literallayout class='monospaced'> 363 <literallayout class='monospaced'>
361 INHIBIT_PACKAGE_STRIP = "1" 364 <ulink url='&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP'>INHIBIT_PACKAGE_STRIP</ulink> = "1"
362 </literallayout> 365 </literallayout>
363 However, we already have an image with the binaries stripped, 366 However, we already have an image with the binaries stripped,
364 so what can we do to get perf to resolve the symbols? Basically 367 so what can we do to get perf to resolve the symbols? Basically