Searched refs:ftrace_regex_open (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dftrace.h675 int ftrace_regex_open(struct ftrace_ops *ops, int flag,
884 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) macro
/linux-master/kernel/trace/
H A Dtrace_stack.c502 return ftrace_regex_open(ops, FTRACE_ITER_FILTER,
H A Dftrace.c4000 * ftrace_regex_open - initialize function tracer filter files
4006 * ftrace_regex_open() initializes the filter files for the
4018 ftrace_regex_open(struct ftrace_ops *ops, int flag, function
4111 return ftrace_regex_open(ops,
4122 return ftrace_regex_open(ops, FTRACE_ITER_NOTRACE,

Completed in 106 milliseconds