[PATCH 1/2] ftrace/x86: Update i386 call to prepare_ftrace_return()

2014-12-12 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The parameters for prepare_ftrace_return() used by the function graph tracer were swapped to simplify the code on x86_64. But i386 function graph trampoline also calls this function, and it did not have its parameters swapped. Link:

[PATCH 1/2] ftrace/x86: Update i386 call to prepare_ftrace_return()

2014-12-12 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The parameters for prepare_ftrace_return() used by the function graph tracer were swapped to simplify the code on x86_64. But i386 function graph trampoline also calls this function, and it did not have its parameters swapped. Link: