All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip v4 0/3] tracepoint: Add signal events
@ 2009-11-24 21:56 Masami Hiramatsu
  2009-11-24 21:56 ` [PATCH -tip v4 1/3] tracepoint: Move signal sending tracepoint to events/signal.h Masami Hiramatsu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Masami Hiramatsu @ 2009-11-24 21:56 UTC (permalink / raw)
  To: Ingo Molnar, lkml
  Cc: Roland McGrath, Oleg Nesterov, Jason Baron, Jason Baron,
	Roland McGrath, 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 v4
- Fix typo of task_struct pointer

Changes in v3
- Add Docbook style comments

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


 Documentation/DocBook/tracepoint.tmpl |    5 +
 include/trace/events/sched.h          |   25 -----
 include/trace/events/signal.h         |  173 +++++++++++++++++++++++++++++++++
 kernel/signal.c                       |   27 ++++-
 4 files changed, 198 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] 8+ messages in thread

end of thread, other threads:[~2009-11-26 10:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 21:56 [PATCH -tip v4 0/3] tracepoint: Add signal events Masami Hiramatsu
2009-11-24 21:56 ` [PATCH -tip v4 1/3] tracepoint: Move signal sending tracepoint to events/signal.h Masami Hiramatsu
2009-11-26 10:24   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2009-11-24 21:56 ` [PATCH -tip v4 2/3] tracepoint: Add signal deliver event Masami Hiramatsu
2009-11-26 10:24   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2009-11-24 21:56 ` [PATCH -tip v4 3/3] tracepoint: Add signal loss events Masami Hiramatsu
2009-11-26 10:25   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2009-11-24 22:12 ` [PATCH -tip v4 0/3] tracepoint: Add signal events Roland McGrath

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.