<?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>Thema "RFE - debuginfo access - linux - via debuginfod protocol" in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1252914#M19952</link>
    <description>&lt;P&gt;Please consider adding debuginfod protocol client support to the debuginfo consumer tools such as vtune.&amp;nbsp; An increasing number of linux distros/isvs are posting their debugging data in this format, and it's useful in workgroups too.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sourceware.org/elfutils/Debuginfod.html" target="_blank"&gt;https://sourceware.org/elfutils/Debuginfod.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 21:46:26 GMT</pubDate>
    <dc:creator>fche</dc:creator>
    <dc:date>2021-02-03T21:46:26Z</dc:date>
    <item>
      <title>RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1252914#M19952</link>
      <description>&lt;P&gt;Please consider adding debuginfod protocol client support to the debuginfo consumer tools such as vtune.&amp;nbsp; An increasing number of linux distros/isvs are posting their debugging data in this format, and it's useful in workgroups too.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sourceware.org/elfutils/Debuginfod.html" target="_blank"&gt;https://sourceware.org/elfutils/Debuginfod.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 21:46:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1252914#M19952</guid>
      <dc:creator>fche</dc:creator>
      <dc:date>2021-02-03T21:46:26Z</dc:date>
    </item>
    <item>
      <title>Re:RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253372#M19953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback. We are moving your query to the analyzers forum for a quicker response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2021 06:03:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253372#M19953</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-02-05T06:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253426#M19957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;​Thanks for the suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like to know the kind of usecase in which you are trying to include this feature.&lt;/P&gt;
&lt;P&gt;Also how would you like to include this in vtune?Can you elaborate on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Janani Chandran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 09:51:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253426#M19957</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-02-05T09:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253555#M19959</link>
      <description>&lt;P&gt;&amp;gt; We would like to know the kind of use case in which you are trying to include this feature.&lt;/P&gt;
&lt;P&gt;In any DWARF consuming situation where the debuginfo data is not already found on your workstation, this facility allows the tool to quickly query online systems to download the specific bits, without need for privileged operations.&lt;/P&gt;
&lt;P&gt;&amp;gt; Also how would you like to include this in vtune?&lt;BR /&gt;&lt;BR /&gt;Whereever vtune-analyzer needs to find DWARF data - or source code - but fails, and if $DEBUGINFOD_URLS is set, it can make the HTTP webapi requests to fetch the content by hex buildid.&amp;nbsp; The elfutils package has a client-side C library to automate this part, and includes a command line equivalent.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.mankier.com/package/elfutils-debuginfod-client" target="_blank"&gt;https://www.mankier.com/package/elfutils-debuginfod-client&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.mankier.com/package/elfutils-debuginfod-client-devel" target="_blank"&gt;https://www.mankier.com/package/elfutils-debuginfod-client-devel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 18:04:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1253555#M19959</guid>
      <dc:creator>fche</dc:creator>
      <dc:date>2021-02-05T18:04:58Z</dc:date>
    </item>
    <item>
      <title>Re:RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1254300#M19968</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the suggestions .We are forwarding the case to SME.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Feb 2021 03:24:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1254300#M19968</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-02-09T03:24:20Z</dc:date>
    </item>
    <item>
      <title>Re:RFE - debuginfo access - linux - via debuginfod protocol</title>
      <link>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1254457#M19972</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;Thank you for your feature request. I escalated this issue to development. I will let you know as soon as I get any information.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Feb 2021 13:38:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/RFE-debuginfo-access-linux-via-debuginfod-protocol/m-p/1254457#M19972</guid>
      <dc:creator>DMITRY_T_Intel</dc:creator>
      <dc:date>2021-02-09T13:38:01Z</dc:date>
    </item>
  </channel>
</rss>

