Re: [PATCH v3 1/2] powerpc: split ftrace bits into a separate file
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2017-02-27 15:36:56
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2017-02-27 15:36:56
On Wed, 22 Feb 2017 00:31:01 +0530 "Naveen N. Rao" [off-list ref] wrote:
entry_*.S now includes a lot more than just kernel entry/exit code. As a first step at cleaning this up, let's split out the ftrace bits into separate files. Also move all related tracing code into a new trace/ subdirectory. No functional changes.
I wonder if we should stay consistent among archs, and call these files "mcount_*.S". Or perhaps we should change x86 from mcount_64.S to ftrace_64.S? -- Steve