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)
commitfae85b7c8bcc7de9c0a2698587e20c15beb7d5a6
tree96ea37ea08d52b2ef89f823f6e43ba8b15cc66bb
parentac0a3260f37b8616da8d33488ec94b94e6ae5b31
perf: Start the restructuring

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>
kernel/Makefile
kernel/events/Makefile [new file with mode: 0644]
kernel/events/core.c [moved from kernel/perf_event.c with 100% similarity]