commit | 5e5c4fa787453292d3deefd59129384d391b7f45 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Nov 24 01:04:31 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Nov 25 21:01:14 2019 +0900 |
tree | ae48bb0f1fbf720190a65d66835922bdc8436ebb | |
parent | 21915eca088dc271c970e8351290e83d938114ac [diff] |
scripts/kallsyms: shrink table before sorting it Currently, build_initial_tok_table() trims unused symbols, but it is called after sort_symbols(). It is not efficient to sort the huge table that contains unused entries. Shrink the table before sorting it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>