22 Feb, 2012

1 commit

  • Consolidate the uprobes code under kernel/events/, where the various
    core kernel event handling routines live.

    Acked-by: Peter Zijlstra
    Cc: Srikar Dronamraju
    Cc: Jim Keniston
    Cc: Oleg Nesterov
    Cc: Masami Hiramatsu
    Cc: Arnaldo Carvalho de Melo
    Cc: Anton Arapov
    Cc: Ananth N Mavinakayanahalli
    Link: http://lkml.kernel.org/n/tip-biuyhhwohxgbp2vzbap5yr8o@git.kernel.org
    Signed-off-by: Ingo Molnar

    Ingo Molnar
     

14 Nov, 2011

1 commit

  • 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
    Cc: Arnaldo Carvalho de Melo
    Cc: Stephane Eranian
    [keep ctx recursion handling inline and use internal headers]
    Signed-off-by: Frederic Weisbecker
    Signed-off-by: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com
    Signed-off-by: Ingo Molnar

    Borislav Petkov
     

09 Jun, 2011

1 commit

  • And create the internal perf events header.

    v2: Keep an internal inlined perf_output_copy()

    Signed-off-by: Frederic Weisbecker
    Acked-by: Peter Zijlstra
    Cc: Borislav Petkov
    Cc: Stephane Eranian
    Cc: Arnaldo Carvalho de Melo
    Cc: Steven Rostedt
    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

    Frederic Weisbecker
     

03 May, 2011

2 commits

  • As part of the events sybsystem unification, relocate hw_breakpoint.c
    into its new destination.

    Cc: Frederic Weisbecker
    Signed-off-by: Borislav Petkov

    Borislav Petkov
     
  • 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