Searched refs:ftrace_set_notrace (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | ftrace.h | 725 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 1004 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
|
/linux/Documentation/trace/ |
H A 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);
|
/linux/kernel/trace/ |
H A D | trace_boot.c | 580 if (ftrace_set_notrace(tr->ops, q, strlen(q), 0) < 0) in trace_boot_set_ftrace_filter()
|
H A D | trace.h | 1222 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
|
H A D | trace_events_filter.c | 2484 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
H A D | ftrace.c | 6258 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 6264 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|