Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_filter.c74 struct regex regex; member
750 cmp = pred->regex.match(addr, &pred->regex, pred->regex.field_len); in filter_pred_string()
763 cmp = pred->regex.match(str, &pred->regex, len); in filter_pchar()
813 cmp = pred->regex.match(addr, &pred->regex, str_len); in filter_pred_strloc()
836 cmp = pred->regex.match(addr, &pred->regex, str_len); in filter_pred_strrelloc()
874 cmp = pred->regex.match(current->comm, &pred->regex, in filter_pred_comm()
891 static int regex_match_full(char *str, struct regex *r, int len) in regex_match_full()
900 static int regex_match_front(char *str, struct regex *r, int len) in regex_match_front()
908 static int regex_match_middle(char *str, struct regex *r, int len) in regex_match_middle()
916 static int regex_match_end(char *str, struct regex *r, int len) in regex_match_end()
[all …]
Dtrace.h1445 struct regex;
1447 typedef int (*regex_match_func)(char *str, struct regex *r, int len);
1458 struct regex { struct