]> Gentwo Git Trees - linux/.git/commit
Merge branch 'selftests-bpf-benchmark-all-symbols-for-kprobe-multi'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 4 Sep 2025 16:00:26 +0000 (09:00 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 4 Sep 2025 16:00:26 +0000 (09:00 -0700)
commit525ac69b1eba2d6088339187ddb8e16e96dca638
tree73717da3074d4f505152d8c6d9fd1d9c06ea1058
parentc9110e6f7237f4a314e2b87b75a8a158b9877a7b
parenta85d888768ea0e024dcc9d5fb172e7be8fd7d631
Merge branch 'selftests-bpf-benchmark-all-symbols-for-kprobe-multi'

Menglong Dong says:

====================
selftests/bpf: benchmark all symbols for kprobe-multi

Add the benchmark testcase "kprobe-multi-all", which will hook all the
kernel functions during the testing.

This series is separated out from [1].

Changes since V2:
* add some comment to attach_ksyms_all, which notes that don't run the
  testing on a debug kernel

Changes since V1:
* introduce trace_blacklist instead of copy-pasting strcmp in the 2nd
  patch
* use fprintf() instead of printf() in 3rd patch

Link: https://lore.kernel.org/bpf/20250817024607.296117-1-dongml2@chinatelecom.cn/
====================

Link: https://patch.msgid.link/20250904021011.14069-1-dongml2@chinatelecom.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>