Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfprobe.h93 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);
98 int fprobe_count_ips_from_filter(const char *filter, const char *notfilter);
100 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() argument
120 static inline int fprobe_count_ips_from_filter(const char *filter, const char *notfilter) in fprobe_count_ips_from_filter() argument
/linux/kernel/trace/
H A Dfprobe.c666 const char *notfilter;
678 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
706 static int get_ips_from_filter(const char *filter, const char *notfilter,
710 struct filter_match_data match = { .filter = filter, .notfilter = notfilter, in get_ips_from_filter()
773 int fprobe_count_ips_from_filter(const char *filter, const char *notfilter)
775 return get_ips_from_filter(filter, notfilter, NULL, NULL, FPROBE_IPS_MAX); in fprobe_count_ips_from_filter() argument
782 * @notfilter: A wildcard pattern of NOT probed symbols.
785 * If @notfilter i
668 const char *notfilter; global() member
708 get_ips_from_filter(const char * filter,const char * notfilter,unsigned long * addrs,struct module ** mods,size_t size) get_ips_from_filter() argument
791 register_fprobe(struct fprobe * fp,const char * filter,const char * notfilter) register_fprobe() argument
[all...]