Searched refs:ftrace_set_notrace (Results 1 – 4 of 4) sorted by relevance
/kernel/trace/ |
D | trace_boot.c | 580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
|
D | trace.h | 1092 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
|
D | trace_events_filter.c | 2008 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
D | ftrace.c | 5481 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 5487 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|