diff options
author | 2024-04-14 22:33:27 +0200 | |
---|---|---|
committer | 2024-04-14 22:35:26 +0200 | |
commit | 854dd99b5ddc9d90e31e5f112462a5994dd31810 (patch) | |
tree | 25cba84a41ae9d6cd5f38e26cc4dc42efe00422f /scripts/gdb/linux/utils.py | |
parent | selftests/perf_events: Test FASYNC with watermark wakeups (diff) | |
download | linux-rng-854dd99b5ddc9d90e31e5f112462a5994dd31810.tar.xz linux-rng-854dd99b5ddc9d90e31e5f112462a5994dd31810.zip |
perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too
They can be unused with certain Kconfig variations:
kernel/events/core.c:9622:13: warning: ‘perf_event_free_bpf_handler’ defined but not used [-Wunused-function]
kernel/events/core.c:9586:12: warning: ‘perf_event_set_bpf_handler’ defined but not used [-Wunused-function]
Since they are both single-use, mark them inline.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: Kyle Huey <khuey@kylehuey.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions