This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH tracing/kprobes 0/3] tracing/kprobes: kprobe-tracer updates


Hi Frederic,

Here is a few updates for kprobe-tracer which fix reported bugs and
is for catching up the latest ftrace.

 - Use dynamic percpu profiling buffer patch is for catching up
   the latest ftrace change.
 - Checking the result of create_event_dir() patch improves ftrace
   code pointed by Li Zefan (thanks!).
 - Add VIA instructions to x86 insn decoder patch fixes decoding
   bug reported by Ingo Molnar (thanks!).

Soon after this series, I'll send perf-kprobe patch series.

Thank you,

---

Masami Hiramatsu (3):
      tracing/ftrace: Fix to check create_event_dir() when adding new events
      x86: Add VIA processor instructions
      tracing/kprobes: Use global event profile buffer in kprobe tracer


 arch/x86/lib/x86-opcode-map.txt |    8 ++-
 kernel/trace/trace_events.c     |   29 +++++++---
 kernel/trace/trace_kprobe.c     |  115 +++++++++++++++++++++++++--------------
 3 files changed, 101 insertions(+), 51 deletions(-)

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division

e-mail: mhiramat@redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]