perf: Carve out callchain functionality
authorBorislav Petkov <borislav.petkov@amd.com>
Sun, 16 Oct 2011 15:15:04 +0000 (17:15 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 14 Nov 2011 12:31:26 +0000 (13:31 +0100)
Split the callchain code from the perf events core into
a new kernel/events/callchain.c file.

This simplifies a bit the big core.c

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Stephane Eranian <eranian@google.com>
[keep ctx recursion handling inline and use internal headers]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found