Home
last modified time | relevance | path

Searched refs:ftrace_set_notrace (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h468 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
742 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_boot.c267 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
H A Dtrace.h1225 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
H A Dtrace_events_filter.c2029 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
H A Dftrace.c5479 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function
5485 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace-uses.rst251 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
265 ret = ftrace_set_notrace(&ops, NULL, 0, 1);