Searched refs:ftrace_regex_open (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | ftrace.h | 676 int ftrace_regex_open(struct ftrace_ops *ops, int flag, 886 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) macro
|
| /linux/kernel/trace/ |
| A D | trace_stack.c | 502 return ftrace_regex_open(ops, FTRACE_ITER_FILTER, in stack_trace_filter_open()
|
| A D | ftrace.c | 4515 ftrace_regex_open(struct ftrace_ops *ops, int flag, in ftrace_regex_open() function 4608 return ftrace_regex_open(ops, in ftrace_filter_open() 4619 return ftrace_regex_open(ops, FTRACE_ITER_NOTRACE, in ftrace_notrace_open()
|
Completed in 21 milliseconds