<?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>topic   Was there a message about in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000900#M12038</link>
    <description>&lt;P&gt;&amp;nbsp; Was there a message about vmlinux in the output? Normally VTune Amplifer should find&amp;nbsp;vmlinux-3.13.0-48-generic in /boot if you are running&amp;nbsp;3.13.0-48-generic kernel. If it is located in another directory, it is better to add this directory to the Binary/Symbol paths instead of creating a link. You will need to refinalize result or re-collect data after updating the Search paths.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please also check that you have permissions to read&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;vmlinux-3.13.0-48-generic.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2015 20:18:23 GMT</pubDate>
    <dc:creator>Denis_M_Intel2</dc:creator>
    <dc:date>2015-03-30T20:18:23Z</dc:date>
    <item>
      <title>[vmlinux] [no call stack information]</title>
      <link>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000897#M12035</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Currently, I'm using Advanced Hotspots to analyze the executable file resulting from compiling C source code.&lt;/P&gt;

&lt;P&gt;However, from the analysis, it showed that most the time was spent in [vmlinux]. And, there is no call stack information displayed when I double click the function [vmlinux] in the Summary window. I'd made link named &lt;EM&gt;"vmlinux"&lt;/EM&gt; to vmlinux-3.13.0-48-generic, which is the debug-info needed.&lt;/P&gt;

&lt;P&gt;FYI, my OS is Ubuntu 14.04.2 LTS Trusty Tahr.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Apart from that, I encounter 2 warnings when I run the analysis:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) Cannot locate debugging symbols for file '/lib/x86_64-linux-gnu/libgcc_s.so.1'.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Cannot locate debugging symbols for file '/opt/intel/vtune_amplifier_xe_2015.1.0.367959/lib64/runtime/libittnotify_collector.so'&lt;/P&gt;

&lt;P&gt;although I had included the following two paths into "Symbol Search" under "Project Properties":&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/intel/vtune_amplifier_xe_2015.1.0.367959/lib64/runtime&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /lib/x86_64-linux-gnu&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I would like to know why most of the time is spent on executing [vmlinux], view call stack information and also fix the problem of unable to locate debugging symbol.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:28:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000897#M12035</guid>
      <dc:creator>CWhit10</dc:creator>
      <dc:date>2015-03-30T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Sorry, I forgot to mention in</title>
      <link>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000898#M12036</link>
      <description>&lt;P&gt;Sorry, I forgot to mention in the previous post, the .so files stated in the warnings do exist in the paths mentioned. I don't know why VTune couldn't locate them.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000898#M12036</guid>
      <dc:creator>CWhit10</dc:creator>
      <dc:date>2015-03-30T16:35:49Z</dc:date>
    </item>
    <item>
      <title>Hi Claudia:</title>
      <link>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000899#M12037</link>
      <description>&lt;P&gt;Hi Claudia:&lt;/P&gt;

&lt;P&gt;Most third-party modules do NOT include symbol info, so you will always see those messages. &amp;nbsp;You can ignore them. &amp;nbsp;Unless you have source and can recompile the modules to include symbols information, you will not get call stacks or symbol info.&lt;/P&gt;

&lt;P&gt;(It does not say it can't find the modules, it says "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Cannot locate debugging symbols...&lt;/SPAN&gt;".)&lt;/P&gt;

&lt;P&gt;WRT the kernel module, the module must be uncompressed and match the running module. &amp;nbsp;When you say, "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I'd made link named&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="font-size: 12px; line-height: 18px;"&gt;"vmlinux"&lt;/EM&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;to vmlinux-3.13.0-48-generic&lt;/SPAN&gt;", are you saying you created a symbolic link to vmlinux-3.13.0-48-generic *and* that that module is the running kernel? &amp;nbsp;Or, is that the module you built, but you are not loading it as the kernel?&lt;/P&gt;

&lt;P&gt;Finally, make sure you have checked "Collect call stacks" in the Advanced Hotspots configuration:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="callstacks-advancedhotspots_0.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7419i03F45E5A15D7AA21/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="callstacks-advancedhotspots_0.PNG" alt="callstacks-advancedhotspots_0.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:37:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000899#M12037</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2015-03-30T16:37:44Z</dc:date>
    </item>
    <item>
      <title>  Was there a message about</title>
      <link>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000900#M12038</link>
      <description>&lt;P&gt;&amp;nbsp; Was there a message about vmlinux in the output? Normally VTune Amplifer should find&amp;nbsp;vmlinux-3.13.0-48-generic in /boot if you are running&amp;nbsp;3.13.0-48-generic kernel. If it is located in another directory, it is better to add this directory to the Binary/Symbol paths instead of creating a link. You will need to refinalize result or re-collect data after updating the Search paths.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please also check that you have permissions to read&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;vmlinux-3.13.0-48-generic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:18:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vmlinux-no-call-stack-information/m-p/1000900#M12038</guid>
      <dc:creator>Denis_M_Intel2</dc:creator>
      <dc:date>2015-03-30T20:18:23Z</dc:date>
    </item>
  </channel>
</rss>

