Does traced_perf unwinding support recording only callsite address and not mapping symbol name? #2901
Answered
by
LalitMaganti
wangjiyang
asked this question in
Q&A
-
traced_perf unwinding consumes very high cpu usage when profiling whole system. Does it support disable address to symbol routine so some cpu resource can be saved and we can symbolize these addrs offline? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
LalitMaganti
Sep 11, 2025
Replies: 1 comment 12 replies
-
There is no option to disable unwinding in traced_perf. it's mainly designed to be used in cases where we don't hvae the ability to symbolize offline (i.e. it's not designed for local debugging). If you need this, you should really use simpleperf which is designed for debuggin locally) |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
LalitMaganti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no option to disable unwinding in traced_perf. it's mainly designed to be used in cases where we don't hvae the ability to symbolize offline (i.e. it's not designed for local debugging).
If you need this, you should really use simpleperf which is designed for debuggin locally)