]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c12668f15e634a5d34de275eb82ca7b8a135b22
tree96ea37ea08d52b2ef89f823f6e43ba8b15cc66bb
parent0afaef029dc03def12f980eb68e93536c7c11478
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 [new file with mode: 0644]
kernel/perf_event.c [deleted file]