Lines Matching refs:code
27 to redirection of code execution; namely: kernel probes, function tracing,
30 - The kernel probes are the most generic. The code can be redirected by
33 - The function tracer calls the code from a predefined location that is
37 - Livepatching typically needs to redirect the code at the very beginning
41 All three approaches need to modify the existing code at runtime. Therefore
181 tracing code to detect interrupts on the stack.
220 is code that makes the kernel start using the new code when the livepatch
221 module is loaded. Also there is code that cleans up before the
307 Second, the error code might be used to refuse loading the module when
370 to the unpatched state. The system starts using either the code from
392 guaranteed that no task sleeps or runs in the old code.
417 patched. Otherwise, the code would end up in an infinite loop. A
433 Fortunately, the generic ftrace code has the same problem and all
445 - Kprobes in the original function are ignored when the code is