/* * No tests in here, just to trigger 'bpf_fentry_test*' * through tracing test_run
*/
SEC("fentry/bpf_modify_return_test") int BPF_PROG(trigger)
{ return0;
}
SEC("kprobe/bpf_fentry_test1") int test1(struct pt_regs *ctx)
{
bpf_kfunc_common_test(); return0;
}
SEC("kprobe/bpf_kfunc_common_test") int test2(struct pt_regs *ctx)
{ return0;
}
Messung V0.5 in Prozent
[zur Elbe Produktseite wechseln0.12QuellennavigatorsAnalyse erneut starten2026-06-05]