Tool
使用 linux bpftrace 进行内核和应用性能分析
·9685 字
Bpftrace
Kernel
Ebpf
Performance
Tool
介绍 bpftrace 工具的使用方式、局限性和问题。
使用 linux perf 进行内核和应用性能分析
·5365 字
Perf
Kernel
Performance
Tool
介绍 perf 工具的使用方式、局限性和问题。
magit
··8481 字
Emacs
Tool
magit 是最好用的 git 客户端!
readelf
··2630 字
Elf
Debug
Tool
readelf 是显示 ELF 格式的二进制文件(可执行程序或动态库等)中各 Section 内容的重要工具。
显示符号表 Sections,如 .dnysym 和 .symtab 中的符号名称和地址; 显示 DWARF 格式的 Sections,如各种 .debug_xx,.eh_frame 等; 显示查找 debuginfo 文件所需的 .gnu_debuglink 和 .note.gnu.build-id ;
objdump
··4718 字
Elf
Debug
Tool
objdump 是通用的 ELF 文件反汇编工具,同时还具有 readelf 类似的打印文件中各 Sections 内容的功能,是 readelf 的功能超集。