[Bug debuginfod/25448] Extend debuginfod metrics

2020-05-12 Thread fche at redhat dot com via Elfutils-devel
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

[Bug debuginfod/25978] New: improve debuginfod prefetching / fdcache-management logic

2020-05-12 Thread fche at redhat dot com via Elfutils-devel
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

Re: [PATCH 1/2] libdw: Use correct CU to resolve file names in dwarf_decl_file.

2020-05-12 Thread Mark Wielaard
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

Re: [PATCH 2/2] libdw: Skip imported compiler_units in libdw_visit_scopes walking DIE tree

2020-05-12 Thread Mark Wielaard
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