Skip to content
Commit 5e5c4fa7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 21915eca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment