<?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: Hi Marshall, in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1209449#M19355</link>
    <description>&lt;P&gt;I have the same issue. Here is the binary.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 07:18:30 GMT</pubDate>
    <dc:creator>AckoftOvak</dc:creator>
    <dc:date>2020-09-15T07:18:30Z</dc:date>
    <item>
      <title>Unable to profile program with clang-9 and libc++ with VTune</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184935#M18786</link>
      <description>&lt;P&gt;Steps to reproduce -&amp;nbsp;&lt;/P&gt;&lt;P&gt;compile the following program:&lt;/P&gt;
&lt;PRE class="brush:cpp; class-name:dark;"&gt;#include &amp;lt;iostream&amp;gt;

int main() {
&amp;nbsp; &amp;nbsp; std::cout &amp;lt;&amp;lt; "Hello World" &amp;lt;&amp;lt; std::endl;
&amp;nbsp; &amp;nbsp; return 0;
}&lt;/PRE&gt;

&lt;P&gt;with&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;clang++-9&amp;nbsp;hello_world.cpp&amp;nbsp;--stdlib=libc++ &amp;nbsp;-g -O2 -o hello_world.exe&lt;/PRE&gt;

&lt;P&gt;Attempting to profile with VTune results in the following error&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Source/pin/elfio/img_elf.cpp: ProcessSectionHeaders: 809: unknown section type 0x6fff4c04 for sec[124,.deplibs] in /usr/lib/x86_64-linux-gnu &amp;nbsp; &amp;nbsp;/libc++.so.1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Product Version&lt;/P&gt;
&lt;P&gt;Intel VTune Profile 2020 Update 1&lt;/P&gt;
&lt;P&gt;Product Build 607630&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# System info:&lt;/P&gt;
&lt;P&gt;Collection and Platform Info&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Application Command Line:&amp;nbsp;&amp;nbsp; &amp;nbsp;/home/andrew/projects/fuel3d/work/hello_world.exe&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Operating System:&amp;nbsp;&amp;nbsp; &amp;nbsp;5.3.0-53-generic NAME="Ubuntu"&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;VERSION="18.04.4 LTS (Bionic Beaver)"&lt;BR /&gt;ID=ubuntu&lt;BR /&gt;ID_LIKE=debian&lt;BR /&gt;PRETTY_NAME="Ubuntu 18.04.4 LTS"&lt;BR /&gt;VERSION_ID="18.04"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CPU&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name:&amp;nbsp;&amp;nbsp; &amp;nbsp;Intel(R) microarchitecture code named Coffeelake&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Frequency:&amp;nbsp;&amp;nbsp; &amp;nbsp;3.6 GHz&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Logical CPU Count:&amp;nbsp;&amp;nbsp; &amp;nbsp;16&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:48:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184935#M18786</guid>
      <dc:creator>Marshall__Andrew</dc:creator>
      <dc:date>2020-05-21T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Hi Andrew,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184936#M18787</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;thank you for notification. According to the error message all VTune analyses using User Mode sampling or Tracing technology are broken, we will try to fix this in the nearest time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround I suggest to use HW based sampling analyses.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 08:44:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184936#M18787</guid>
      <dc:creator>Vladimir_R_Intel</dc:creator>
      <dc:date>2020-05-22T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184937#M18788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out.&lt;/P&gt;&lt;P&gt;We tried from our side and we experienced similar issue.As Vladimir said,our engineering team will fix this issue.Meanwhile you can try hardware sampling using the below command&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;vtune -collect hotspots -knob sampling-mode=hw -knob sampling-interval=1 -- ./hello_world.exe&lt;/PRE&gt;

&lt;P&gt;We tried the above command it is working fine.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 10:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184937#M18788</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-05-22T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Thanks,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184938#M18789</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regarding hardware sampling, the documentation could do with some additional information on installing the drivers on a system with Secure-Boot enabled, as is fairly common on a modern system.&lt;/P&gt;&lt;P&gt;All the kernel modules need to be signed with kmodsign in order to load. Just a link to&amp;nbsp;https://ubuntu.com/blog/how-to-sign-things-for-secure-boot would be helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 12:47:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184938#M18789</guid>
      <dc:creator>Marshall__Andrew</dc:creator>
      <dc:date>2020-05-22T12:47:38Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184939#M18790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We tried User mode sampling from our side ,now it seems to be working.Could you try that once again&amp;nbsp;and let us know?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 06:03:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184939#M18790</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-06-02T06:03:27Z</dc:date>
    </item>
    <item>
      <title>Hi Marshall,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184940#M18791</link>
      <description>&lt;P&gt;Hi Marshall,&lt;/P&gt;&lt;P&gt;Can you please send me the binary that caused the error (libc++.so.1) ?&lt;/P&gt;&lt;P&gt;Even better to send a tar file with the executable and all its dependent libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Osnat&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:44:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184940#M18791</guid>
      <dc:creator>Osnat_L_Intel</dc:creator>
      <dc:date>2020-06-03T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184941#M18792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you provide an update to&amp;nbsp;Osnat Levi's query?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 02:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1184941#M18792</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-06-09T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Hi, We are closing the case.Please raise a new thread in...</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1191342#M19023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are closing the case.Please raise a new thread in case of any further issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 13:19:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1191342#M19023</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-07-10T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Marshall,</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1209449#M19355</link>
      <description>&lt;P&gt;I have the same issue. Here is the binary.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:18:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1209449#M19355</guid>
      <dc:creator>AckoftOvak</dc:creator>
      <dc:date>2020-09-15T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to profile program with clang-9 and libc++ with VTune</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1212486#M19401</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Source/pin/elfio/img_elf.cpp: ProcessSectionHeaders: 809: unknown section type 0x6fff4c04 for sec[124,.deplibs] in /usr/lib/x86_64-linux-gnu &amp;nbsp; &amp;nbsp;/libc++.so.1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like failure to parse and process some ELF64 section.&lt;/P&gt;
&lt;P&gt;Maybe this could have affected the mapping of counter overflow to specific code trigger.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:07:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1212486#M19401</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2020-09-25T12:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to profile program with clang-9 and libc++ with VTune</title>
      <link>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1242220#M19764</link>
      <description>&lt;P&gt;&amp;gt; Looks like failure to parse and process some ELF64 section.&lt;/P&gt;
&lt;P&gt;It's SHT_LLVM_DEPENDENT_LIBRARIES section (&lt;A href="https://llvm.org/docs/Extensions.html#sht-llvm-dependent-libraries-section-dependent-libraries)" target="_blank"&gt;https://llvm.org/docs/Extensions.html#sht-llvm-dependent-libraries-section-dependent-libraries)&lt;/A&gt;. VTune should just ignore it, not crash.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 00:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Unable-to-profile-program-with-clang-9-and-libc-with-VTune/m-p/1242220#M19764</guid>
      <dc:creator>AckoftOvak</dc:creator>
      <dc:date>2020-12-31T00:58:20Z</dc:date>
    </item>
  </channel>
</rss>

