Lines Matching refs:not
2749 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int not) in enter_record() argument
2755 if (not) { in enter_record()
2795 int len, char *mod, int not) in match_records() argument
2806 type = filter_parse_regex(buff, len, &search, ¬); in match_records()
2817 ret = enter_record(hash, rec, not); in match_records()
2840 int not = 0; in ftrace_match_module_records() local
2849 not = 1; in ftrace_match_module_records()
2852 return match_records(hash, buff, strlen(buff), mod, not); in ftrace_match_module_records()
3006 int type, len, not; in register_ftrace_function_probe() local
3012 type = filter_parse_regex(glob, strlen(glob), &search, ¬); in register_ftrace_function_probe()
3016 if (WARN_ON(not)) in register_ftrace_function_probe()
3118 int not; in __unregister_ftrace_function_probe() local
3120 type = filter_parse_regex(glob, strlen(glob), &search, ¬); in __unregister_ftrace_function_probe()
3124 if (WARN_ON(not)) in __unregister_ftrace_function_probe()
3763 int type, not; in ftrace_set_func() local
3769 type = filter_parse_regex(buffer, strlen(buffer), &search, ¬); in ftrace_set_func()
3770 if (!not && *idx >= FTRACE_GRAPH_MAX_FUNCS) in ftrace_set_func()
3794 if (!not) { in ftrace_set_func()