https://sourceware.org/bugzilla/show_bug.cgi?id=25448
--- Comment #6 from Frank Ch. Eigler ---
Response time (within debuginfod code proper, as opposed to the subsequent file
transfer) is exposed with the http_responses_duration_milliseconds_* metrics.
Total file transfer time would have to be c
https://sourceware.org/bugzilla/show_bug.cgi?id=25978
Bug ID: 25978
Summary: improve debuginfod prefetching / fdcache-management
logic
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
On Fri, 2020-05-08 at 18:50 +0200, Mark Wielaard wrote:
> dwarf_decl_file uses dwarf_attr_integrate to get the DW_AT_decl_file
> attribute. This means the attribute might come from a different DIE
> in a different CU. If so, we need to use the CU associated with the
> attribute, not the original DI
On Fri, 2020-05-08 at 18:50 +0200, Mark Wielaard wrote:
> Some gcc -flto versions imported other top-level compile units,
> skip those. Otherwise we'll visit various DIE trees multiple times.
>
> Note in the testcase that with newer GCC versions function foo is
> fully inlined and does appear only