diff options
author | Egor Tensin <egor@tensin.name> | 2024-12-10 12:16:30 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-12-11 11:27:23 +0100 |
commit | e55b5e4d9802c143e5586e5d07ec51020d98f3cd (patch) | |
tree | 23eef8eedf98c7c5c13bf43e63e47754302a1f52 /scripts | |
parent | add a target to build w/ -fanalyzer (diff) | |
download | cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.tar.gz cimple-e55b5e4d9802c143e5586e5d07ec51020d98f3cd.zip |
flamegraph.sh: use debuginfod
Diffstat (limited to '')
-rwxr-xr-x | scripts/flamegraph.sh | 1 |
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="$!" |