OSDN Git Service

selftests/bpf: Add attach bench test
authorJiri Olsa <jolsa@kernel.org>
Tue, 10 May 2022 12:26:16 +0000 (14:26 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 10 May 2022 21:42:06 +0000 (14:42 -0700)
commit5b6c7e5c44349b29c614e1b61f80c6849fc72ccf
treeb3668dbe0d94016081c7e48f29d1bc0febf1f471
parent0236fec57a15dc2a068dfe4488e0c2ab4559b1ec
selftests/bpf: Add attach bench test

Adding test that reads all functions from ftrace available_filter_functions
file and attach them all through kprobe_multi API.

It also prints stats info with -v option, like on my setup:

  test_bench_attach: found 48712 functions
  test_bench_attach: attached in   1.069s
  test_bench_attach: detached in   0.373s

Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20220510122616.2652285-6-jolsa@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
tools/testing/selftests/bpf/progs/kprobe_multi_empty.c [new file with mode: 0644]