Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c4183 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len,
5444 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len, in ftrace_set_regex() function
5464 return ftrace_set_regex(ops, buf, len, reset, 1); in ftrace_set_filter()
5483 return ftrace_set_regex(ops, buf, len, reset, 0); in ftrace_set_notrace()
5497 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5513 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
5606 ftrace_set_regex(ops, func, strlen(func), 0, enable); in ftrace_set_early_filter()