Skip to content
Snippets Groups Projects
Commit c5e30033 authored by Ram Pai's avatar Ram Pai Committed by Sam Ravnborg
Browse files

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: default avatarRam Pai <linuxram@us.ibm.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent e5c44fd8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment