Hello all, In v2.6.12 kernel, the /proc/ksyms
interface seems to be replaced with /proc/kallsyms.
However, /proc/kallsyms
indicates *all* kernel symbols, including static symbols. Is there an easy way to figure out which symbols are exported for use
in kernel modules (similar to that provided by /proc/ksyms)? Appreciate any pointers. Thanks, Sarthak Ray |