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

/linux-master/include/linux/
H A Dftrace.h684 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable);
885 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) macro
/linux-master/kernel/trace/
H A Dtrace_stack.c574 ftrace_set_early_filter(&trace_ops, stack_trace_filter_buf, 1);
H A Dftrace.c5854 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable) function
5869 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1);
5871 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0);

Completed in 147 milliseconds