This patchset adds the ability for ftrace to trace the function even on call time and on return time. So we can now measure the time of execution of the most part of the functions inside the kernel with ftrace. The first patch bring the low level tools to add the support of return tracing on
X86-32. It is totally separated from the traditional implementation of ftrace and doesn't support ...