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
155 traced function), it requires setting this flag. This is what live
156 kernel patches uses. Without this flag the pt_regs->ip can not be
188 .. code-block:: c
202 Non-zero to reset all filters before applying this filter.
214 .. code-block:: c
220 with new functions defined by @buf, have @reset be non-zero.
224 .. code-block:: c
232 .. code-block:: c
243 two lists are non-empty and contain the same functions, the callback will not
249 .. code-block:: c
258 A non-zero @reset will clear the "notrace" list before adding functions
263 .. code-block:: c
272 If a filter is in place, and the @reset is non-zero, and @buf contains a
276 .. code-block:: c
288 .. code-block:: c