1

I use Perf to extract callgraphs for an evince benchmark (which is written in C++). By default, Perf demangles function names in the callgraph. But this is not what is prefered. Because I feed function names to GDB which requires mangled names. Is there an option in Perf to prevent name demangling?

TheAhmad
  • 810
  • 1
  • 9
  • 21
  • 3
    I found the option, just add `--no-demangle` switch to the command line. It works in both `perf script` and `perf report`. – TheAhmad Mar 13 '20 at 19:42

0 Answers0