Searched refs:ftrace_set_notrace (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/ |
D | ftrace.h | 468 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 742 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
|
/Linux-v5.10/kernel/trace/ |
D | trace_boot.c | 264 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
|
D | trace.h | 1241 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
|
D | trace_events_filter.c | 1936 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
D | ftrace.c | 5439 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 5445 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|
/Linux-v5.10/Documentation/trace/ |
D | ftrace-uses.rst | 251 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 265 ret = ftrace_set_notrace(&ops, NULL, 0, 1);
|