Searched refs:ftrace_set_notrace (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ftrace.h | 379 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 620 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) macro
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace-uses.rst | 243 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, 257 ret = ftrace_set_notrace(&ops, NULL, 0, 1);
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_filter.c | 1904 ret = ftrace_set_notrace(ops, re, len, reset); in ftrace_function_set_regexp()
|
D | ftrace.c | 4815 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace() function 4821 EXPORT_SYMBOL_GPL(ftrace_set_notrace);
|