public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH -tip v2 0/3] tracepoint: Add signal events
@ 2009-11-18 21:14 Masami Hiramatsu
  2009-11-18 21:14 ` [PATCH -tip v2 1/3] tracepoint: Move signal sending tracepoint to events/signal.h Masami Hiramatsu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Masami Hiramatsu @ 2009-11-18 21:14 UTC (permalink / raw)
  To: Ingo Molnar, lkml; +Cc: Roland McGrath, Oleg Nesterov, systemtap, DLE

Hi,

These patches add signal related tracepoints including
signal generation, delivery, and loss. First patch also
moves signal-sending tracepoint from events/sched.h to
events/signal.h.

Changes in v2
- Add siginfo arguments

Thank you,

---

Masami Hiramatsu (3):
      tracepoint: Add signal loss events
      tracepoint: Add signal deliver event
      tracepoint: Move signal sending tracepoint to events/signal.h


 include/trace/events/sched.h  |   25 -------
 include/trace/events/signal.h |  137 +++++++++++++++++++++++++++++++++++++++++
 kernel/signal.c               |   27 ++++++--
 3 files changed, 157 insertions(+), 32 deletions(-)
 create mode 100644 include/trace/events/signal.h

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division
e-mail: mhiramat@redhat.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-20  0:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-18 21:14 [PATCH -tip v2 0/3] tracepoint: Add signal events Masami Hiramatsu
2009-11-18 21:14 ` [PATCH -tip v2 1/3] tracepoint: Move signal sending tracepoint to events/signal.h Masami Hiramatsu
2009-11-18 21:15 ` [PATCH -tip v2 3/3] tracepoint: Add signal loss events Masami Hiramatsu
2009-11-18 21:15 ` [PATCH -tip v2 2/3] tracepoint: Add signal deliver event Masami Hiramatsu
2009-11-19 19:39 ` [PATCH -tip v2 0/3] tracepoint: Add signal events Jason Baron
2009-11-20  0:37   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).