Ingo Molnar
a5f4374a96
uprobes: Move to kernel/events/
...
Consolidate the uprobes code under kernel/events/, where the various
core kernel event handling routines live.
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com >
Cc: Jim Keniston <jkenisto@us.ibm.com >
Cc: Oleg Nesterov <oleg@redhat.com >
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com >
Cc: Arnaldo Carvalho de Melo <acme@infradead.org >
Cc: Anton Arapov <anton@redhat.com >
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com >
Link: http://lkml.kernel.org/n/tip-biuyhhwohxgbp2vzbap5yr8o@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2012-02-22 11:08:00 +01:00
Borislav Petkov
9251f904f9
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 >
2011-11-14 13:31:26 +01:00
Frederic Weisbecker
76369139ce
perf: Split up buffer handling from core code
...
And create the internal perf events header.
v2: Keep an internal inlined perf_output_copy()
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com >
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Borislav Petkov <bp@alien8.de >
Cc: Stephane Eranian <eranian@google.com >
Cc: Arnaldo Carvalho de Melo <acme@redhat.com >
Cc: Steven Rostedt <rostedt@goodmis.org >
Link: http://lkml.kernel.org/r/1305827704-5607-1-git-send-email-fweisbec@gmail.com
[ v3: use clearer 'ring_buffer' and 'rb' naming ]
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2011-06-09 12:57:54 +02:00
Borislav Petkov
48dbb6dc86
hw breakpoints: Move to kernel/events/
...
As part of the events sybsystem unification, relocate hw_breakpoint.c
into its new destination.
Cc: Frederic Weisbecker <fweisbec@gmail.com >
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com >
2011-05-03 15:26:43 +02:00
Borislav Petkov
fae85b7c8b
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 >
2011-05-03 12:59:43 +02:00