scripts/gendwarfksyms/die.c
0 → 100644
+143
−0
+98
−38
Loading
Basic types in DWARF repeat frequently and traversing the DIEs using libdw is relatively slow. Add a simple hashtable based cache for the processed DIEs. Signed-off-by:Sami Tolvanen <samitolvanen@google.com> Reviewed-by:
Petr Pavlu <petr.pavlu@suse.com> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org>