Searched refs:ftrace_set_notrace (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | ftrace.h | 602 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 889 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
|
| /Linux-v6.6/kernel/trace/ |
| D | fprobe.c | 267 ret = ftrace_set_notrace(&fp->ops, str, len, 0); in register_fprobe()
|
| D | trace_boot.c | 580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
|
| D | trace.h | 1117 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
|
| D | trace_events_filter.c | 2485 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
| D | ftrace.c | 5728 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 5734 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|
| /Linux-v6.6/Documentation/trace/ |
| D | ftrace-uses.rst | 297 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 311 ret = ftrace_set_notrace(&ops, NULL, 0, 1);
|