From: Ram Pai Date: Fri, 23 Jun 2006 23:44:38 +0000 (-0700) Subject: kbuild: export-symbol usage report generator X-Git-Tag: v2.6.18-rc1~602^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e3003381f4e39773a1758a9eb68dff9740a56c;p=pandora-kernel.git kbuild: export-symbol usage report generator 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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed