Home
last modified time | relevance | path

Searched refs:KPROBE_FLAG_ON_FUNC_ENTRY (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dkprobes.h105 #define KPROBE_FLAG_ON_FUNC_ENTRY 16 /* probe is on the function entry */ macro
/linux/kernel/trace/
H A Dbpf_trace.c1076 if (!kp || !(kp->flags & KPROBE_FLAG_ON_FUNC_ENTRY)) in BPF_CALL_1()