aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-12-10 12:16:30 +0100
committerEgor Tensin <egor@tensin.name>2024-12-11 11:27:23 +0100
commite55b5e4d9802c143e5586e5d07ec51020d98f3cd (patch)
tree23eef8eedf98c7c5c13bf43e63e47754302a1f52 /scripts
parentadd a target to build w/ -fanalyzer (diff)
downloadcimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.tar.gz
cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.zip
flamegraph.sh: use debuginfod
Diffstat (limited to '')
-rwxr-xr-xscripts/flamegraph.sh1
1 files changed, 1 insertions, 0 deletions
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="$!"