diff options
author | Jann Horn <jannh@google.com> | 2024-02-21 21:26:53 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-07-20 09:33:21 +0200 |
commit | 64e166099b69bfc09f667253358a15160b86ea43 (patch) | |
tree | 4a65a7cf59716b4f3f0d29ef49251c2fa9becc9f /tools/perf/tests/vmlinux-kallsyms.c | |
parent | kbuild: Create INSTALL_PATH directory if it does not exist (diff) | |
download | linux-64e166099b69bfc09f667253358a15160b86ea43.tar.xz linux-64e166099b69bfc09f667253358a15160b86ea43.zip |
kallsyms: get rid of code for absolute kallsyms
Commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
removed the last use of the absolute kallsyms.
Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/all/20240221202655.2423854-1-jannh@google.com/
[masahiroy@kernel.org: rebase the code and reword the commit description]
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/tests/vmlinux-kallsyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/vmlinux-kallsyms.c b/tools/perf/tests/vmlinux-kallsyms.c index e30fd55f8e51..cd3b480d20bd 100644 --- a/tools/perf/tests/vmlinux-kallsyms.c +++ b/tools/perf/tests/vmlinux-kallsyms.c @@ -26,7 +26,6 @@ static bool is_ignored_symbol(const char *name, char type) * when --all-symbols is specified so exclude them to get a * stable symbol list. */ - "kallsyms_addresses", "kallsyms_offsets", "kallsyms_relative_base", "kallsyms_num_syms", |