Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfprobe.h44 #define FPROBE_FL_KPROBE_SHARED 2 macro
53 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false; in fprobe_shared_with_kprobes()
/linux-6.1.9/Documentation/trace/
Dfprobe.rst134 Fprobe has FPROBE_FL_KPROBE_SHARED flag to do this. If your common callback
135 code will be shared with kprobes, please set FPROBE_FL_KPROBE_SHARED
140 fprobe.flags = FPROBE_FL_KPROBE_SHARED;