From: Borislav Petkov Date: Tue, 26 Oct 2010 18:24:03 +0000 (+0200) Subject: perf: Start the restructuring X-Git-Tag: v3.0-rc1~404^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae85b7c8bcc7de9c0a2698587e20c15beb7d5a6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed