Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dftrace.c4322 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len,
5877 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len, in ftrace_set_regex() function
5897 return ftrace_set_regex(ops, buf, len, reset, 1); in ftrace_set_filter()
5916 return ftrace_set_regex(ops, buf, len, reset, 0); in ftrace_set_notrace()
5930 ftrace_set_regex(&global_ops, buf, len, reset, 1); in ftrace_set_global_filter()
5946 ftrace_set_regex(&global_ops, buf, len, reset, 0); in ftrace_set_global_notrace()
6039 ftrace_set_regex(ops, func, strlen(func), 0, enable); in ftrace_set_early_filter()