Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dftrace.c3924 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len,
4780 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len, in ftrace_set_regex() function
4800 return ftrace_set_regex(ops, buf, len, reset, 1); in ftrace_set_filter()
4819 return ftrace_set_regex(ops, buf, len, reset, 0); in ftrace_set_notrace()
4833 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
4849 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
4942 ftrace_set_regex(ops, func, strlen(func), 0, enable); in ftrace_set_early_filter()