Lines Matching +full:exact +full:- +full:len
48 .. code-block:: c
71 register_ftrace_function() is called and before it returns. The exact time
74 must begin at an exact moment.
87 .. code-block:: c
119 .. code-block:: c
129 .. code-block:: c
152 .. code-block:: c
202 kernel patches uses. Without this flag the pt_regs->ip can not be
234 .. code-block:: c
237 int len, int reset);
244 @len
248 Non-zero to reset all filters before applying this filter.
260 .. code-block:: c
266 with new functions defined by @buf, have @reset be non-zero.
270 .. code-block:: c
278 .. code-block:: c
289 two lists are non-empty and contain the same functions, the callback will not
295 .. code-block:: c
298 int len, int reset);
304 A non-zero @reset will clear the "notrace" list before adding functions
309 .. code-block:: c
318 If a filter is in place, and the @reset is non-zero, and @buf contains a
322 .. code-block:: c
334 .. code-block:: c