Skip to content

Question: How to use external debuginfo file with samply #66

@chhetripradeep

Description

@chhetripradeep

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.debugBut I am unable to make samply use this debuginfo file. I tried exporting LD_LIBRARY_PATHwith this installed path before loading captured profile using samply load but it didn't help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions