commit | f9c3d671dd816ea4d5604dd04ef98d42921656a7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sat Jul 20 19:30:14 2024 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Jul 22 01:24:22 2024 +0900 |
tree | fe756b21b4f449cd567be1f6f3e888ee67818227 | |
parent | b07e18100940418803d289a91c7d859af006b8e7 [diff] |
kallsyms: add more original symbol type/name in comment lines Commit bea5b7450474 ("kallsyms: expand symbol name into comment for debugging") added the uncompressed type/name in the comment lines of kallsyms_offsets. It would be useful to do the same for kallsyms_names and kallsyms_seqs_of_names. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>