Skip to content
Advertisement

Tag: microbenchmark

perf enable demangling of callgraph

How do I enable C++ demangling for the perf callgraph? It seems to demangle symbols when I go into annotate mode, but not in the main callgraph. Sample code (using Google Benchmark): build command: perf commands: I’ve also tried enabling the –demangle option, but that doesn’t seem to affect the output. callgraph missing demangled symbols: annotated disassembly showing demangled calls:

Advertisement