diff options
author | 2019-11-24 01:04:31 +0900 | |
---|---|---|
committer | 2019-11-25 21:01:14 +0900 | |
commit | 5e5c4fa787453292d3deefd59129384d391b7f45 (patch) | |
tree | ae48bb0f1fbf720190a65d66835922bdc8436ebb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scripts/kallsyms: fix definitely-lost memory leak (diff) | |
download | linux-dev-5e5c4fa787453292d3deefd59129384d391b7f45.tar.xz linux-dev-5e5c4fa787453292d3deefd59129384d391b7f45.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions