System.map
is a symbol file for the kernel. It lists function entry points and addresses of kernel data structures of a particular build of a kernel. klogd
, ksymoops, OOPS etc. and might generally be useful to investigate kernel problems. linux-image-$(uname -r)
contains files such as /boot/System.map-$(uname -r)
etc.