Searched refs:notfilter (Results 1 – 2 of 2) sorted by relevance
57 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);62 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
181 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument199 if (notfilter) { in register_fprobe()200 len = strlen(notfilter); in register_fprobe()201 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()