Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我Perf用来提取evince基准的调用图(写在 中C++)。默认情况下,Perf对调用图中的函数名称进行解码。但这不是首选。因为我提供需要重命名的函数GDB名称。是否有一个选项Perf可以防止名称拆解?
Perf
evince
C++
GDB