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)
commit9251f904f95175b4a1d8cbc0449e748f9edd7629
tree585b73028c0c6b955d1759faf8544870eae213f5
parentefc96737bd82b508794d2b28061a12af4a3f7766
perf: Carve out callchain functionality

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>
kernel/events/Makefile
kernel/events/callchain.c [new file with mode: 0644]
kernel/events/core.c
kernel/events/internal.h