-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Thank you for writing such an awesome profiler!
I would like to use samply for a C++ project (ClickHouse) which distributes the debug information as a separate Debian package. I have few questions:
I would like to use it for ClickHouse server running remotely. By default the symbol info is not present on this server. I tried capturing the profile on the server using --save-only
option, copy the profile file locally, install clickhouse debuginfo file which gets installed in /usr/lib/debug/usr/bin/clickhouse.debug
But I am unable to make samply
use this debuginfo file. I tried exporting LD_LIBRARY_PATH
with this installed path before loading captured profile using samply load
but it didn't help.
Metadata
Metadata
Assignees
Labels
No labels