commit | bdabc7a345db97b3839c2c3deef40023cf8017ef | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Mon May 23 12:44:56 2011 -0600 |
committer | Michal Marek <mmarek@suse.cz> | Tue May 24 16:07:07 2011 +0200 |
tree | dd4c1b460d9757ff611dce5548761aed62a7714d | |
parent | de7b0b4110795be914e6cafdfec4276b2618cc78 [diff] |
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>