Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dftrace.h492 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
781 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
/Linux-v5.15/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);
/Linux-v5.15/kernel/trace/
Dtrace_boot.c576 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
Dtrace.h1075 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
Dtrace_events_filter.c1915 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
Dftrace.c5471 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function
5477 EXPORT_SYMBOL_GPL(ftrace_set_notrace);