Searched refs:ftrace_set_early_filter (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/trace/
H A Dftrace.c5853 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable) function
5868 ftrace_set_early_filter(&global_ops, ftrace_filter_buf, 1);
5870 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0);
H A Dtrace_stack.c574 ftrace_set_early_filter(&trace_ops, stack_trace_filter_buf, 1);
/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

Completed in 150 milliseconds