Searched refs:ftrace_regex_open (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/ | 
| D | ftrace.h | 446 int ftrace_regex_open(struct ftrace_ops *ops, int flag, 622 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; })  macro
  | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_stack.c | 408 	return ftrace_regex_open(&trace_ops, FTRACE_ITER_FILTER,  in stack_trace_filter_open()
  | 
| D | ftrace.c | 3340 ftrace_regex_open(struct ftrace_ops *ops, int flag,  in ftrace_regex_open()  function 3414 	return ftrace_regex_open(ops,  in ftrace_filter_open() 3424 	return ftrace_regex_open(ops, FTRACE_ITER_NOTRACE,  in ftrace_notrace_open()
  |