public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 1/3] export symbol report: overview
@ 2006-04-20 22:36 Ram Pai
  2006-04-21  7:43 ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Ram Pai @ 2006-04-20 22:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, arjan, bunk, greg, hch, linuxram, mathur

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

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

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.

This patch series has comments by Adrian Bunk incorporated.

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-20 22:36 [RFC PATCH 1/3] export symbol report: overview Ram Pai
2006-04-21  7:43 ` Sam Ravnborg
2006-04-21  8:20   ` Ram Pai
2006-04-21  9:39     ` Adrian Bunk
2006-04-21  9:34   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox