Skip to content

Commit 1430da5

Browse files
committed
ubuntu24 profiling dockerfile with expanded list of debug symbols to be installed
1 parent aeff9e4 commit 1430da5

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

scripts/docker/build/ubuntu24/Dockerfile.prof

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,26 @@ RUN apt-get update && \
3838
apt-get update && \
3939
apt-get install -y $APT_OPTS \
4040
libc6-dbg \
41+
zlib1g-dbgsym \
42+
libreadline8t64-dbgsym \
4143
libssl3t64-dbgsym \
44+
libsasl2-2-dbgsym \
45+
libpam0g-dbgsym \
46+
libldap2-dbgsym \
4247
libtalloc2-dbgsym \
4348
libpcre2-8-0-dbgsym \
44-
libsqlite3-0-dbgsym && \
49+
libpcap0.8t64-dbgsym \
50+
libcurl4t64-dbgsym \
51+
libunbound8-dbgsym \
52+
libsqlite3-0-dbgsym \
53+
libpq5-dbgsym \
54+
libmariadb3-dbgsym \
55+
libgdbm6t64-dbgsym \
56+
libjson-c5-dbgsym \
57+
libbrotli1-dbgsym \
58+
libhiredis1.1.0-dbgsym \
59+
librdkafka1-dbgsym \
60+
libwbclient0-dbgsym && \
4561
apt-get clean && \
4662
rm -r /var/lib/apt/lists/*
4763

@@ -55,7 +71,7 @@ ENV PATH="/opt/flamegraph:${PATH}"
5571

5672
#
5773
# Install Inferno for callgrind → folded conversion
58-
# (Rust port of FlameGraph with broader format support)
74+
# Inferno is a Rust port of FlameGraph with broader format support
5975
#
6076
RUN apt-get update && \
6177
apt-get install -y $APT_OPTS --no-install-recommends \

0 commit comments

Comments
 (0)