build
strip
he
striputility removes debugging information, symbol tables, and other metadata from the compiled binary without altering its execution logic
1 | strip --strip-all <binary_file> |
daignose/debug
GDB
install debug tool
1 | 启用源 |
Valgrind
Systemtap
FlameGraph
https://github.com/brendangregg/FlameGraph)