Searched refs:KPROBE_FLAG_ON_FUNC_ENTRY (Results 1 – 2 of 2) sorted by relevance
105 #define KPROBE_FLAG_ON_FUNC_ENTRY 16 /* probe is on the function entry */ macro
1076 if (!kp || !(kp->flags & KPROBE_FLAG_ON_FUNC_ENTRY)) in BPF_CALL_1()