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

/linux-master/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) argument
/linux-master/kernel/trace/
H A Dfprobe.c229 * @notfilter: A wildcard pattern of NOT probed symbols.
232 * If @notfilter is not NULL, the symbols matched the @notfilter are not probed.
236 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) argument
254 if (notfilter) {
255 len = strlen(notfilter);
256 str = kstrdup(notfilter, GFP_KERNEL);
265 * from both filter and notfilter.

Completed in 713 milliseconds