diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-04-05 16:26:25 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-04-05 08:39:15 -0700 |
commit | 58babe27180c8d4cb54d831589cf801bd9268876 (patch) | |
tree | 12f127e841b9ec5ed30394da5376a8952c08c489 /tools/testing/selftests/bpf/prog_tests/stacktrace_map_skip.c | |
parent | 343ca8131c35ba132d200fd9752b60e65357924d (diff) |
bpf: fix perf_snapshot_branch_stack link failure
The newly added code to handle bpf_get_branch_snapshot fails to link when
CONFIG_PERF_EVENTS is disabled:
aarch64-linux-ld: kernel/bpf/verifier.o: in function `do_misc_fixups':
verifier.c:(.text+0x1090c): undefined reference to `__SCK__perf_snapshot_branch_stack'
Add a build-time check for that Kconfig symbol around the code to
remove the link time dependency.
Fixes: 314a53623cd4 ("bpf: inline bpf_get_branch_snapshot() helper")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240405142637.577046-1-arnd@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/stacktrace_map_skip.c')
0 files changed, 0 insertions, 0 deletions