From e55b5e4d9802c143e5586e5d07ec51020d98f3cd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2024 12:16:30 +0100 Subject: flamegraph.sh: use debuginfod --- scripts/flamegraph.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/flamegraph.sh') diff --git a/scripts/flamegraph.sh b/scripts/flamegraph.sh index 3a6c9e2..7baf084 100755 --- a/scripts/flamegraph.sh +++ b/scripts/flamegraph.sh @@ -101,6 +101,7 @@ main() { --freq=99 \ --call-graph dwarf,65528 \ --pid="$pids" \ + ${DEBUGINFOD_URLS:+--debuginfod} \ --no-inherit & record_pid="$!" -- cgit v1.2.3