diff options
author | Alessio Igor Bogani <[email protected]> | 2011-05-18 22:35:59 +0200 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2011-05-19 16:55:27 +0930 |
commit | 9d63487f86115b1d3ef69670043bcf2b83c4d227 (patch) | |
tree | 3833a5f467f0958eaeab9f86f207dca60868bb0d /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 403ed27846aa126ecf0b842b5b179c506b9d989c (diff) |
module: Use binary search in lookup_symbol()
The function is_exported() with its helper function lookup_symbol() are used to
verify if a provided symbol is effectively exported by the kernel or by the
modules. Now that both have their symbols sorted we can replace a linear search
with a binary search which provide a considerably speed-up.
This work was supported by a hardware donation from the CE Linux Forum.
Signed-off-by: Alessio Igor Bogani <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions