Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dftrace.h575 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
865 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
/Linux-v6.1/kernel/trace/
Dfprobe.c202 ret = ftrace_set_notrace(&fp->ops, str, len, 0); in register_fprobe()
Dtrace_boot.c580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
Dtrace.h1087 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
Dtrace_events_filter.c2133 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
Dftrace.c5912 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function
5918 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
/Linux-v6.1/Documentation/trace/
Dftrace-uses.rst297 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
311 ret = ftrace_set_notrace(&ops, NULL, 0, 1);