<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: oprofile on the iMX6 platform error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206392#M11910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oprofile seems to be OK if I use modprobe oprofile timer=1, and if core1, core2 and core3 are invalidated with 'echo "0" &amp;gt; /sys/devices/system/cpu/cpu3/online', ... commands.&lt;/P&gt;&lt;P&gt;I can get opreport correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 17:09:24 GMT</pubDate>
    <dc:creator>leroy_o</dc:creator>
    <dc:date>2012-10-04T17:09:24Z</dc:date>
    <item>
      <title>oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206390#M11908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone got oprofile working on the i.MX6 platform?&lt;/P&gt;&lt;P&gt;I used to use oprofile on the i.MX51 platform, and it worked perfectly. I follow the same procedure on the i.MX6, and I always get the same error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;opreport error: No sample file found: try running opcontrol --dump&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;or specify a session containing sample files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;I have this error with kernels 3.0.15 and 3.0.35 from ltib.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN class="mce_paste_marker"&gt;oprofile procedure:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;# opcontrol --deinit&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;# opcontrol --vmlinux=/boot/vmlinux-3.0.35&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# opcontrol --init&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# opcontrol --reset&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# opcontrol --start&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# ./test-program&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# opcontrol --stop&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="sh"&gt;&lt;SPAN class="c"&gt;&lt;/SPAN&gt;&lt;SPAN class="c"&gt;# opreport -l ./test-program&lt;/SPAN&gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 11:05:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206390#M11908</guid>
      <dc:creator>leroy_o</dc:creator>
      <dc:date>2012-10-02T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206391#M11909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try timer mode by loading the oprofile module with the command:&lt;/P&gt;&lt;P&gt;modprobe oprofile timer=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think the kernel currently supports events and oprofile properly on the imx6 platform, based on the information I've seen here.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.spinics.net/lists/arm-kernel/msg188919.html" title="http://www.spinics.net/lists/arm-kernel/msg188919.html"&gt;Re: [PATCH 0/9] ARM perf updates for 3.7 &amp;amp;amp;mdash; ARM, OMAP, Xscale Linux Kernel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 22:37:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206391#M11909</guid>
      <dc:creator>henryyei</dc:creator>
      <dc:date>2012-10-03T22:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206392#M11910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oprofile seems to be OK if I use modprobe oprofile timer=1, and if core1, core2 and core3 are invalidated with 'echo "0" &amp;gt; /sys/devices/system/cpu/cpu3/online', ... commands.&lt;/P&gt;&lt;P&gt;I can get opreport correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 17:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206392#M11910</guid>
      <dc:creator>leroy_o</dc:creator>
      <dc:date>2012-10-04T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206393#M11911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled across the same problem and I added the following line to arch/arm/mach-mx6/board-mx6q_sabrelite.c (which I found in board-mx6q_sabresd.c) in the kernel source tree:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6_add_armpmu();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;directly above the imx6q_add_perfmon() calls in the mx6_sabrelite_board_init() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requires kernel sources and recompile, tho.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That line was missing for a reason for sure - but at least "perf stat" seems to work with that change... "perf top" seems to lead to backtraces due to IRQs nobody cared for, tho... maybe oprofile will work better...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:04:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206393#M11911</guid>
      <dc:creator>janhorbach</dc:creator>
      <dc:date>2013-02-04T16:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206394#M11912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got oprofile (or perf) running on the SabreLite or SabreAuto board? Whatever I do, i only get CPU_CYCLES samples. Here's what I've been trying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Compile and install oprofile-0.9.8:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The version in LTIB (L3.0.35_4.0.0_130424) is too old...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add PMU support to kernel:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Add imx6_add_armpmu(); to&amp;nbsp; arch/arm/mach-mx6/board-mx6q_sabrelite.c and ~sabreauto.c to get rid of the "unable to reserve pmu" message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initialisation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I need to disable all but one core to get rid of the unhandled IRQ exceptions in the kernel...&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;echo "0" &amp;gt; /sys/devices/system/cpu/cpu3/online&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;echo "0" &amp;gt; /sys/devices/system/cpu/cpu2/online&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;echo "0" &amp;gt; /sys/devices/system/cpu/cpu1/online&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;#modprobe oprofile #timer=1&amp;nbsp; # it's compiled into the kernel now &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;With operf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;operf --callgraph --vmlinux /boot/vmlinux --events CPU_CYCLES:100000:0:1:1,L1D_CACHE:10000:0:1:1,L2D_CACHE:10000:0:1:1,\&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;BUS_ACCESS:100000:0:1:1,&lt;/CODE&gt;&lt;CODE&gt;BUS_CYCLES:100000:0:1:1,UNALIGNED_LDST_RETIRED:10000:0:1:1 program&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opreport &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;With opcontrol:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --callgraph=8 --separate=kernel --vmlinux=/boot/vmlinux&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --event=CPU_CYCLES:100000:0:1:1&lt;/CODE&gt;&lt;CODE&gt; --event=L1D_CACHE:100000:0:1:1 --event=L2D_CACHE:10000:0:1:1\&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt; --event=BUS_ACCESS:100000:0:1:1 &lt;/CODE&gt;&lt;CODE&gt;--event=BUS_CYCLES:100000:0:1:1 --event=UNALIGNED_LDST_RETIRED:10000:0:1:1&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --init&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --reset&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --start-daemon&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --status&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --start&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;program&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opcontrol --dump&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;opreport &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is there anything wrong with what I'm doing (apart from the really ugly hack in the kernel)? Am I missing something obvious? I heard that oprofile should be supported in this LTIB version, but it really seems only the timer mode is working and even with the ugly hack and a newer oprofile only CPU_CYCLES samples can be obtained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 12:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206394#M11912</guid>
      <dc:creator>janhorbach</dc:creator>
      <dc:date>2013-08-29T12:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206395#M11913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By change, have you done the same steps on a Yocto image? Not sure if you will find the same problems...&lt;/P&gt;&lt;P&gt;I found this link, useful for a quick start-up&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#platdev-oprofile" title="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#platdev-oprofile"&gt;Yocto Project Development Manual&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:47:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206395#M11913</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-08-29T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206396#M11914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i have been trying to use oprofile for my imx6 sabrelite target.&lt;/P&gt;&lt;P&gt;has anyone managed to oprofile-9.7 or later version working with imx6q_sabrelite.&lt;/P&gt;&lt;P&gt;i did compilation of oprofile-0.9.8 for target,using timer mode it's showing me the flat profile but not callgraph.&lt;/P&gt;&lt;P&gt;without timer mode i can't get opreport properly,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;following command giving me error&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;opcontrol --start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hw perfevents: unable to reserve pmu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Profiler running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206396#M11914</guid>
      <dc:creator>pavanpatil</dc:creator>
      <dc:date>2013-09-03T12:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206397#M11915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't had the time yet to try it with Yocto.&lt;/P&gt;&lt;P&gt;To be honest, I'm not sure it's worth the effort to try it because the kernel does seem to lack PMU support for these boards.&lt;/P&gt;&lt;P&gt;And I'm sure it's not in there for a reason, probably related to &lt;A href="http://www.spinics.net/lists/arm-kernel/msg188919.html" title="http://www.spinics.net/lists/arm-kernel/msg188919.html"&gt;Re: [PATCH 0/9] ARM perf updates for 3.7 — ARM, OMAP, Xscale Linux Kernel&lt;/A&gt; - as pointed out by &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/henryyei"&gt;henryyei&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;With a newer kernel, this might be different, though... but as I said, I didn't try yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks for the link, it was still really helpful, especially the linked &lt;A href="http://www.yoctoproject.org/docs/1.4.2/profile-manual/profile-manual.html#profile-manual-oprofile" title="http://www.yoctoproject.org/docs/1.4.2/profile-manual/profile-manual.html#profile-manual-oprofile"&gt;Yocto Project Profiling and Tracing Manual&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 13:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206397#M11915</guid>
      <dc:creator>janhorbach</dc:creator>
      <dc:date>2013-09-03T13:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206398#M11916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sabrelite seems to lack PMU support in the kernel.&lt;/P&gt;&lt;P&gt;I tried adding a function to add this support (see above) and the error message is gone then - but it still doesn't work properly afterwards.&lt;/P&gt;&lt;P&gt;Although I managed to get a callgraph (calls also see above), so it might still be worth a try...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 13:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206398#M11916</guid>
      <dc:creator>janhorbach</dc:creator>
      <dc:date>2013-09-03T13:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206399#M11917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help.&lt;/P&gt;&lt;P&gt;anyway are there any profiler does the same job on arm target?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206399#M11917</guid>
      <dc:creator>pavanpatil</dc:creator>
      <dc:date>2013-09-04T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206400#M11918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most basic profiling you can do (I think) is through &lt;STRONG&gt;strace&lt;/STRONG&gt; and its brother &lt;STRONG&gt;ltrace &lt;/STRONG&gt;command. The former trace system calls, the latter, the library calls. The [arameter '-c' in both provides a nice report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 15:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206400#M11918</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-09-05T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206401#M11919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a chance to get a newer kernel than 3.0.35 for LTIB?&lt;/P&gt;&lt;P&gt;Or at least a newer kernel at all that contains the Freescale patches for the i.MX6?&lt;/P&gt;&lt;P&gt;I had a look at the Yocto kernel images, but they don't seem to contain it.. and I couldn't find additional layers with the Freescale stuff either.&lt;/P&gt;&lt;P&gt;It would be really helpful to have a newer kernel, e.g. 3.7+&lt;/P&gt;&lt;P&gt;But 3.5.7 would be helpful already as well (LTIB seems to be prepared for this version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 12:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206401#M11919</guid>
      <dc:creator>janhorbach</dc:creator>
      <dc:date>2013-09-09T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206402#M11920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, now 3.10.17 is ready, ready to be bake through Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, at least on 3.10.17, adding the maxcpus=1 to the kernel line allow to run oprofile/perf without problem. This is ugly but at least so can profile one core.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 18:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206402#M11920</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-05-08T18:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: oprofile on the iMX6 platform error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206403#M11921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/LeonardoSandovalGonzalez"&gt;LeonardoSandovalGonzalez&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got oprofile error with i.MX6Q and L4.1.15.&lt;/P&gt;&lt;P&gt;Could you advise to avoid following error message ?&lt;/P&gt;&lt;P&gt;When I execute the oprofile, I got the message in my custom board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;irq 22: nobody cared (try booting with the "irqpoll" option)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;Ko-hey&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 05:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/oprofile-on-the-iMX6-platform-error/m-p/206403#M11921</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2017-06-14T05:00:21Z</dc:date>
    </item>
  </channel>
</rss>

