Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfprobe.h52 #define FPROBE_FL_KPROBE_SHARED 2 macro
61 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false; in fprobe_shared_with_kprobes()
/openbmc/linux/Documentation/trace/
H A Dfprobe.rst146 Fprobe has FPROBE_FL_KPROBE_SHARED flag to do this. If your common callback
147 code will be shared with kprobes, please set FPROBE_FL_KPROBE_SHARED
152 fprobe.flags = FPROBE_FL_KPROBE_SHARED;