perf: Start the restructuring
authorBorislav Petkov <borislav.petkov@amd.com>
Tue, 26 Oct 2010 18:24:03 +0000 (20:24 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Tue, 3 May 2011 10:59:43 +0000 (12:59 +0200)
mv kernel/perf_event.c -> kernel/events/core.c. From there, all further
sensible splitting can happen. The idea is that due to perf_event.c
becoming pretty sizable and with the advent of the marriage with ftrace,
splitting functionality into its logical parts should help speeding up
the unification and to manage the complexity of the subsystem.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>

No differences found