<?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 Re:Function addresses in Vtune in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1534453#M24033</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;We have not heard back from you. Could you please give us an update? Is your issue resolved?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Oct 2023 06:34:34 GMT</pubDate>
    <dc:creator>SreedeviK_Intel</dc:creator>
    <dc:date>2023-10-17T06:34:34Z</dc:date>
    <item>
      <title>Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1527494#M23941</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pasting an excerpt from the vtune user guide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;If the VTune Profiler does not find debug information for the binaries, it statically identifies function&lt;BR /&gt;boundaries and assigns hotspot addresses to generated pseudo names func@address for such functions, for&lt;BR /&gt;example:&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are the host spot addresses "assigned". Are these virtual addresses?&lt;/P&gt;&lt;P&gt;To give some context, we are trying to match the hot function addresses against virtual addresses printed with other tools to find out if the hot functions are really in the critical path or not. The address ranges printed by vtune dont seem to match other tools so I wanted to understand how vtune is assigning addresses to functions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 20:37:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1527494#M23941</guid>
      <dc:creator>mgambhir</dc:creator>
      <dc:date>2023-09-25T20:37:16Z</dc:date>
    </item>
    <item>
      <title>Re:Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1528073#M23950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you try compiling the binary application with the &lt;STRONG&gt;-g&lt;/STRONG&gt; option so debugging information are included in the DWARF format. This can be used by VTune to correctly assign function names.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-0/debug-info-for-linux-binaries.html#GUID-2A8F3232-B5F5-4545-B852-2DE60A2877EA" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-0/debug-info-for-linux-binaries.html#GUID-2A8F3232-B5F5-4545-B852-2DE60A2877EA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are also checking with the development team for better documentation to answer your queries. We will get back to you with updates shortly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2023 11:17:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1528073#M23950</guid>
      <dc:creator>SreedeviK_Intel</dc:creator>
      <dc:date>2023-09-27T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re:Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1529816#M23967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel VTune Profiler is a statistical sampler tool. Based on the sampling interval, Intel VTune Profiler resolves the current CS:EIP for each core to the source code at the time of the sampling interval interrupt. To enhance the ability to correctly resolve the addresses, you can refer to below guide:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/prepare-application.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/prepare-application.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;For better accuracy, you can also try with small sample interval(&amp;lt;1ms and call stack collection disabled to reduce overhead) and also try specifying the binary and source search directories during collection and finalization properly to locate supporting files and display analysis information in relation to your source code.&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/search-directories.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/search-directories.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;If you need any further clarifications, please let us know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2023 10:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1529816#M23967</guid>
      <dc:creator>SreedeviK_Intel</dc:creator>
      <dc:date>2023-10-03T10:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1529967#M23968</link>
      <description>&lt;P&gt;Thanks for your response. Resolving addresses using symbols will not be possible for us at the moment. We have to rely on addresses&amp;nbsp; to identify functions. We are using 1ms sampling interval with Call Stacks disabled (default Microarchitectural Exploration&amp;nbsp; configuration).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any insights on how the highlighted address is generated in vtune? How do we get the Relative Virtual Address in the binary for this function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mgambhir_0-1696354590336.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/46376iD2CFFDD06E2B388F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="mgambhir_0-1696354590336.png" alt="mgambhir_0-1696354590336.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 17:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1529967#M23968</guid>
      <dc:creator>mgambhir</dc:creator>
      <dc:date>2023-10-03T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1531742#M23999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;We have checked with our engineering team on your query and they have provided us the below suggestions:&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;1.To configure search directories in the VTune GUI, please refer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/search-directories.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/search-directories.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;(Note: when you collect data from a remote Linux system, try to copy the source and binaries of interest to your local Windows drive and add those locations to the search directories in the VTune GUI.)&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;2.To configure search directories in the VTune CLI, you can refer to &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/specifying-search-directories.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/specifying-search-directories.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;3. In the VTune GUI Bottom-up tab display, scrolling right in the middle pane should show the module and function offset (address).&lt;BR /&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SreedeviK_Intel_0-1696846415543.png" style="width: 704px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/46571iA9326F3D719F1987/image-dimensions/704x426?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="704" height="426" role="button" title="SreedeviK_Intel_0-1696846415543.png" alt="SreedeviK_Intel_0-1696846415543.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. For a description of VTune's sampling method, you can refer to first two paragraphs of &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/user-mode-sampling-and-tracing-collection.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/user-mode-sampling-and-tracing-collection.html&lt;/A&gt; and &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/sep-driver.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/sep-driver.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/symbol-resolution-linux-loadable-kernel-modules.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-2/symbol-resolution-linux-loadable-kernel-modules.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;​&lt;/P&gt;
&lt;P&gt;Hope this will help in clarifying your query. If you need any further help, please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sreedevi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 10:15:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1531742#M23999</guid>
      <dc:creator>SreedeviK_Intel</dc:creator>
      <dc:date>2023-10-09T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re:Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1534453#M24033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;We have not heard back from you. Could you please give us an update? Is your issue resolved?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2023 06:34:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1534453#M24033</guid>
      <dc:creator>SreedeviK_Intel</dc:creator>
      <dc:date>2023-10-17T06:34:34Z</dc:date>
    </item>
    <item>
      <title>Re:Function addresses in Vtune</title>
      <link>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1537438#M24060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2023 04:20:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Function-addresses-in-Vtune/m-p/1537438#M24060</guid>
      <dc:creator>SreedeviK_Intel</dc:creator>
      <dc:date>2023-10-26T04:20:48Z</dc:date>
    </item>
  </channel>
</rss>

