Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfprobe.h57 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
/linux-6.1.9/kernel/trace/
Dfprobe.c181 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
199 if (notfilter) { in register_fprobe()
200 len = strlen(notfilter); in register_fprobe()
201 str = kstrdup(notfilter, GFP_KERNEL); in register_fprobe()