Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkprobes.h106 #define KPROBE_FLAG_ON_FUNC_ENTRY 16 /* probe is on the function entry */ macro
/openbmc/linux/kernel/
H A Dkprobes.c1655 p->flags |= KPROBE_FLAG_ON_FUNC_ENTRY; in register_kprobe()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1077 if (!kp || !(kp->flags & KPROBE_FLAG_ON_FUNC_ENTRY)) in BPF_CALL_1()