On Mon, Mar 25, 2024 at 6:43 PM Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote: > > So I currently have these changes. I moved tp into bpf_test_run.h ... > +__bpf_kfunc int bpf_modify_return_test_tp(int nonce) > +{ > + trace_bpf_trigger_tp(nonce); > + > + return nonce; > +} Looks good to me.