Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

RFE - debuginfo access - linux - via debuginfod protocol

fche
Beginner
1,693 Views

Please consider adding debuginfod protocol client support to the debuginfo consumer tools such as vtune.  An increasing number of linux distros/isvs are posting their debugging data in this format, and it's useful in workgroups too.

https://sourceware.org/elfutils/Debuginfod.html

0 Kudos
5 Replies
RahulV_intel
Moderator
1,668 Views

Hi,


Thanks for your feedback. We are moving your query to the analyzers forum for a quicker response.


Regards,

Rahul


0 Kudos
JananiC_Intel
Moderator
1,655 Views

Hi,

 

​Thanks for the suggestion.

 

We would like to know the kind of usecase in which you are trying to include this feature.

Also how would you like to include this in vtune?Can you elaborate on this?

 

Regards,

Janani Chandran

 

 

 

 

0 Kudos
fche
Beginner
1,646 Views

> We would like to know the kind of use case in which you are trying to include this feature.

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.

> Also how would you like to include this in vtune?

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.  The elfutils package has a client-side C library to automate this part, and includes a command line equivalent.

https://www.mankier.com/package/elfutils-debuginfod-client
https://www.mankier.com/package/elfutils-debuginfod-client-devel

0 Kudos
JananiC_Intel
Moderator
1,622 Views

Hi,


Thanks for all the suggestions .We are forwarding the case to SME.


Regards,

Janani Chandran


0 Kudos
DMITRY_T_Intel
Employee
1,612 Views

Hi Frank,

Thank you for your feature request. I escalated this issue to development. I will let you know as soon as I get any information.


0 Kudos
Reply