Skip to content

Add support for llvm-gsymutil #632

Closed
@sfc-gh-sgiesecke

Description

@sfc-gh-sgiesecke

Symbolication is supported through addr2line, llvm-symbolizer and nm right now. When GSYM data is available for a binary, using llvm-gsymutil would be much faster and less memory-intensive than addr2line or llvm-symbolizer.

To make this fit in well with the execution model of pprof, it requires an extension of llvm-gsymutil to allow it to be fed the input addresses from stdin, as suggested by https://reviews.llvm.org/D102224

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions