Searched refs:FPROBE_FL_KPROBE_SHARED (Results 1 – 2 of 2) sorted by relevance
52 #define FPROBE_FL_KPROBE_SHARED 2 macro61 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false; in fprobe_shared_with_kprobes()
146 Fprobe has FPROBE_FL_KPROBE_SHARED flag to do this. If your common callback147 code will be shared with kprobes, please set FPROBE_FL_KPROBE_SHARED152 fprobe.flags = FPROBE_FL_KPROBE_SHARED;