mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-03 23:29:06 +08:00
ci: allowlist tests validating libbpf's __arg_ctx type rewrite logic
Allowlist test_global_funcs/arg_tag_ctx* and a few of verifier_global_subprogs subtests that validate libbpf's logic for rewriting __arg_ctx globl subprog argument types on kernels that don't natively support __arg_ctx. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
f11758a780
commit
25fe467af4
@@ -42,8 +42,12 @@ task_fd_query_tp
|
|||||||
tc_bpf
|
tc_bpf
|
||||||
tcp_estats
|
tcp_estats
|
||||||
tcp_rtt
|
tcp_rtt
|
||||||
|
test_global_funcs/arg_tag_ctx*
|
||||||
tp_attach_query
|
tp_attach_query
|
||||||
usdt/urand_pid_attach
|
usdt/urand_pid_attach
|
||||||
|
verifier_global_subprogs/arg_tag_ctx_raw_tp
|
||||||
|
verifier_global_subprogs/arg_tag_ctx_kprobe
|
||||||
|
verifier_global_subprogs/arg_tag_ctx_perf
|
||||||
xdp
|
xdp
|
||||||
xdp_noinline
|
xdp_noinline
|
||||||
xdp_perf
|
xdp_perf
|
||||||
|
|||||||
Reference in New Issue
Block a user