hush/modutils
Denis Vlasenko 0e2f362a61 modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)
function                                             old     new   delta
load_modules_dep                                       -     175    +175
helper_get_module                                      -     106    +106
gather_options                                         -      89     +89
add_probe                                              -      67     +67
config_file_action                                   345     388     +43
get_or_add_modentry                                    -      10     +10
loaded                                                 4       -      -4
read_config                                          239     234      -5
llist_find                                            34       -     -34
add_option                                            60       -     -60
modprobe_main                                        567     494     -73
do_modprobe                                          601     273    -328
------------------------------------------------------------------------------
(add/remove: 5/3 grow/shrink: 1/3 up/down: 490/-504)          Total: -14 bytes
   text    data     bss     dec     hex filename
 816778     476    7888  825142   c9736 busybox_old
 816768     476    7880  825124   c9724 busybox_unstripped
2009-03-05 16:32:27 +00:00
..
Config.in modutils: delete unused global variable 2009-03-05 09:26:17 +00:00
depmod.c make modutils compile again 2009-02-20 04:56:00 +00:00
insmod.c - documentation fix 2008-11-22 20:30:53 +00:00
Kbuild
lsmod.c
modprobe-small.c modprobe-small: fix failure to load when no arguments are given 2008-11-12 00:09:58 +00:00
modprobe.c modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) 2009-03-05 16:32:27 +00:00
modutils-24.c modutils-24: code shrink 2009-01-31 23:33:54 +00:00
modutils.c modutils: delete unused global variable 2009-03-05 09:26:17 +00:00
modutils.h modutils: delete unused global variable 2009-03-05 09:26:17 +00:00
rmmod.c