commit | fae85b7c8bcc7de9c0a2698587e20c15beb7d5a6 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Tue Oct 26 20:24:03 2010 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Tue May 03 12:59:43 2011 +0200 |
tree | 96ea37ea08d52b2ef89f823f6e43ba8b15cc66bb | |
parent | ac0a3260f37b8616da8d33488ec94b94e6ae5b31 [diff] |
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>