Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dftrace.h369 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
614 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
/Linux-v5.4/Documentation/trace/
Dftrace-uses.rst243 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
257 ret = ftrace_set_notrace(&ops, NULL, 0, 1);
/Linux-v5.4/kernel/trace/
Dtrace_events_filter.c1936 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
Dftrace.c4874 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function
4880 EXPORT_SYMBOL_GPL(ftrace_set_notrace);