aboutsummaryrefslogtreecommitdiff
path: root/scripts/export_report.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-12kbuild: fix perl usage in export_report.plRam Pai1-4/+4
Fixes some subtle perl coding bug observed by Jan Engelhardt <[email protected]> This patch applies on top of Adrian's fix. Signed-off-by: Ram Pai <[email protected]> Acked-by: Jan Engelhardt <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2007-10-12kbuild: fix export_report.plAdrian Bunk1-1/+1
This patch fixes an annoying bug of export_report.pl missing the usages of some exports. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2006-06-24kbuild: export-symbol usage report generatorRam Pai1-0/+169
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 <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>