kbuild: export-symbol usage report generator
authorRam Pai <linuxram@us.ibm.com>
Fri, 23 Jun 2006 23:44:38 +0000 (16:44 -0700)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 24 Jun 2006 21:14:02 +0000 (23:14 +0200)
The following patch provides the ability to generate a report of
(1) All the exported symbols and their in-kernel-module usage count
(2) For each module, lists the modules and their exported symbols, on
                  which it depends.

the report can be generated by executing:
perl scripts/export_report

The tool warns if the modules are not build using MODVERSIONING.

Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found