On 8/28/2023 3:55 PM, Jiri Olsa wrote: > Adding test that puts kprobe on bpf_fentry_test1 that calls > bpf_kfunc_common_test kfunc, which has also kprobe on. > > The latter won't get triggered due to kprobe recursion check > and kprobe missed counter is incremented. > > Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx> Acked-by: Hou Tao <houtao1@xxxxxxxxxx>