Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfprobe.h71 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);
77 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
/linux/kernel/trace/
A Dfprobe.c236 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
254 if (notfilter) { in register_fprobe()
255 len = strlen(notfilter); in register_fprobe()
256 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()

Completed in 6 milliseconds