WARNING::SYMBOLS(7stap) | WARNING::SYMBOLS(7stap) |
warning::symbols - systemtap missing-symbols warnings
For some probing operations, where DWARF debugging data is not available, systemtap needs ELF symbols for the relevant binaries. This allows at least probe addresses to be calculated, some variables resolved, and with @cast() and headers, maybe even some types.
% su # cp /proc/kallsyms /boot/System.map-`uname -r` or # nm /lib/modules/`uname -r`/build/vmlinux > /boot/System.map-`uname -r`
stap(1), stappaths(7), strip(1), warning::debuginfo(7stap), error::dwarf(7stap), error::reporting(7stap), http://fedoraproject.org/wiki/Features/MiniDebugInfo