Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfprobe.h65 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);
71 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
/openbmc/linux/kernel/trace/
H A Dfprobe.c246 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
264 if (notfilter) { in register_fprobe()
265 len = strlen(notfilter); in register_fprobe()
266 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()