Searched refs:ftrace_set_notrace (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/trace/
H A Dfprobe.c257 ret = ftrace_set_notrace(&fp->ops, str, len, 0);
H A Dtrace_boot.c580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0)
H A Dtrace.h1125 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
H A Dftrace.c5721 * ftrace_set_notrace - set a function to not trace in ftrace
5735 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, function
5741 EXPORT_SYMBOL_GPL(ftrace_set_notrace); variable
/linux-master/include/linux/
H A Dftrace.h602 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
889 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro

Completed in 141 milliseconds