Lines Matching +full:non +full:- +full:live
18 for live kernel patching, or for security monitoring. This document describes
48 .. code-block:: c
87 .. code-block:: c
119 .. code-block:: c
129 .. code-block:: c
152 .. code-block:: c
201 traced function), it requires setting this flag. This is what live
202 kernel patches uses. Without this flag the pt_regs->ip can not be
234 .. code-block:: c
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
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