]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/export_report.pl
export_report: sort SECTION 2 output
authorJim Cromie <jim.cromie@gmail.com>
Mon, 23 May 2011 18:44:56 +0000 (12:44 -0600)
committerMichal Marek <mmarek@suse.cz>
Tue, 24 May 2011 14:07:07 +0000 (16:07 +0200)
commitbdabc7a345db97b3839c2c3deef40023cf8017ef
treedd4c1b460d9757ff611dce5548761aed62a7714d
parentde7b0b4110795be914e6cafdfec4276b2618cc78
export_report: sort SECTION 2 output

Sort SECTION 2 modules by name.  Within those module listings, sort
the symbol providers by name, and remove the count, as it is
misleading; its the kernel-wide count of uses of that symbol, not the
count pertaining to the module being outlined.  (this can be seen by
grepping the output for a single symbol).  The count is still used to
sort the symbols.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/export_report.pl