Re: [PATCH 05/13] libdwfl [5/13]: introduce Dwfl_Process_Tracker

2025-04-05 Thread Serhei Makarov
On Thu, Mar 20, 2025, at 8:01 AM, Mark Wielaard wrote: > Hi Serhei, > > On Sun, 2025-03-16 at 19:14 -0400, Serhei Makarov wrote: > I am wondering whether this isn't too abstract. libdwfl Dwfl's are > already super abstract so they can be used for running processes and > core dump and an offline

[RFC v2] sketch of an unwinder cache interface for elfutils libdwfl

2025-04-05 Thread Serhei Makarov
On Tue, Dec 10, 2024, at 4:42 PM, Serhei Makarov wrote: > This email sketches an 'unwinder cache' interface for libdwfl, derived > from recent eu-stacktrace code [1] and based on Christian Hergert's > adaptation of eu-stacktrace as sysprof-live-unwinder [2]. The intent is > to remove the need fo

Re: [PATCH 2/3] src/readelf.c: Support concurrency for -w, --debug-dump

2025-04-05 Thread Frank Ch. Eigler
Hi - > Due to significant lock contention, running eu-readelf when configured > with --enable-thread-safety causes a major performance degradation. > Currently, concurrency may double the runtime of eu-readelf. > However I think this work should still be merged. --enable-thread-safety > is still

[PATCH 3/5] doc: Add elf_getbase.3

2025-04-05 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/Makefile.am | 3 ++- doc/elf_getbase.3 | 55 +++ 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 doc/elf_getbase.3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 0dec1fc7..56c56b7b 100644

Re: [PATCH 1/1] debuginfod: add --http-addr option

2025-04-05 Thread Mark Wielaard
Hi Michael, On Thu, 2025-03-13 at 12:05 +0100, Michael Trapp wrote: > Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address. > The address can be any IPv4 or IPv6 address configured on the system: > --http-addr=127.0.0.1 > --http-addr=::1 > --http-addr='ANY_ACTIVE