Searched refs:ftrace_set_notrace (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/ |
D | fprobe.c | 212 ret = ftrace_set_notrace(&fp->ops, str, len, 0); in register_fprobe()
|
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 | 1094 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
|
D | trace_events_filter.c | 2133 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
D | ftrace.c | 5943 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 5949 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|