Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/kernel/trace/
H A Dfprobe.c267 ret = ftrace_set_notrace(&fp->ops, str, len, 0); in register_fprobe()
H A Dtrace_boot.c580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
H A Dtrace.h1117 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
H A Dtrace_events_filter.c2488 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
H A Dftrace.c5735 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function
5741 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst297 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
311 ret = ftrace_set_notrace(&ops, NULL, 0, 1);