Searched refs:ftrace_regex_open (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | ftrace.h | 871 int ftrace_regex_open(struct trace_array *tr, struct ftrace_ops *ops, int flag, 1081 #define ftrace_regex_open(tr, ops, flag, inode, file) ({ -ENODEV; }) macro
|
| /linux/kernel/trace/ |
| H A D | trace_stack.c | 502 return ftrace_regex_open(NULL, ops, FTRACE_ITER_FILTER, in stack_trace_filter_open()
|
| H A D | ftrace.c | 4714 ftrace_regex_open(struct trace_array *tr, struct ftrace_ops *ops, int flag, in ftrace_regex_open() function 4822 return ftrace_regex_open(tr, NULL, in ftrace_filter_open() 4832 return ftrace_regex_open(tr, NULL, FTRACE_ITER_NOTRACE, in ftrace_notrace_open()
|