linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] export symbol report: overview
@ 2006-04-22  1:21 Ram Pai
  2006-04-26 19:21 ` Ram Pai
  0 siblings, 1 reply; 3+ messages in thread
From: Ram Pai @ 2006-04-22  1:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, arjan, bunk, greg, hch, ilmari, linuxram, mathur, sam

This patch series enables on-demand report generation of export symbol usage by
inkernel modules.

A report generated by executing 
 	make allmodconfig
 	make exportcheck
is available at http://www.sudhaa.com/~ram/misc/new_export_report.txt

The same report can also be generated by executing from the top level
directory:
	perl scripts/export_report.pl

This report lists:
1. the usage count of all exported symbols by in-kernel modules.
2. For each in-kernel module lists
	a) the in-kernel modules it depend on.
	b) list of exported symbols from that in-kernel modules it depend on.

Highlights: 
	On x86 architecture
 	(1) 880 exported symbols not used by any in-kernel modules.
        (2) 1792 exported symbols used only once.

Thanks to Adrian Bunk, Arjan, Sam Ravnborg, Dagfinn Ilmari for their
valuable comments. All comments have been incorporated.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-26 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-22  1:21 [PATCH 1/3] export symbol report: overview Ram Pai
2006-04-26 19:21 ` Ram Pai
2006-04-26 21:29   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).