[PATCH v2 7/8] x86: patch all traced function calls using the int3-based framework

2013-11-08 Thread Petr Mladek
Let's continue with replacing the existing Int3-based framework in ftrace with the new generic function introduced by the commit fd4363fff3d9 (x86: Introduce int3 (breakpoint)-based instruction patching) This time use it in ftrace_replace_code that modifies all the watched function calls. If we

[PATCH v2 7/8] x86: patch all traced function calls using the int3-based framework

2013-11-08 Thread Petr Mladek
Let's continue with replacing the existing Int3-based framework in ftrace with the new generic function introduced by the commit fd4363fff3d9 (x86: Introduce int3 (breakpoint)-based instruction patching) This time use it in ftrace_replace_code that modifies all the watched function calls. If we