diff options
author | 2022-07-14 00:07:55 -0700 | |
---|---|---|
committer | 2022-07-19 09:33:18 -0700 | |
commit | d814ed62d3d24eb5c5f904b897e0414c1ccb5740 (patch) | |
tree | 074a905be90e01e8d5ea77462471940ca63c51f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | libbpf: add ksyscall/kretsyscall sections support for syscall kprobes (diff) | |
download | linux-dev-d814ed62d3d24eb5c5f904b897e0414c1ccb5740.tar.xz linux-dev-d814ed62d3d24eb5c5f904b897e0414c1ccb5740.zip |
selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests
Convert few selftest that used plain SEC("kprobe") with arch-specific
syscall wrapper prefix to ksyscall/kretsyscall and corresponding
BPF_KSYSCALL macro. test_probe_user.c is especially benefiting from this
simplification.
Tested-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220714070755.3235561-6-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions