public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tracing/workqueue fixes
@ 2009-09-22  2:39 Anton Blanchard
  2009-09-22  2:40 ` [PATCH 1/2] tracing/workqueue: Use %pf in workqueue trace events Anton Blanchard
  0 siblings, 1 reply; 7+ messages in thread
From: Anton Blanchard @ 2009-09-22  2:39 UTC (permalink / raw)
  To: Frederic Weisbecker, KOSAKI Motohiro, Li Zefan, Zhaolei,
	Lai Jiangshan, Ingo Molnar, Steven Rostedt
  Cc: linux-kernel


Hi,

The workqueue tracepoint patchset looks to have stalled for a bit. While
we discuss how much functionality we want in kernel, I think we have a
solid case for tracing the latency caused by workqueue events.

For an example we can look at the rt_worker_func work. As memory grew its
duration would also grow, and I measured 14ms spikes on one box. Once found
we placed a cap on it:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c9503e0fe052020e0294cd07d0ecd982eb7c9177

The following patches add entry and exit tracepoints so we can find these
things easily.

Anton

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

end of thread, other threads:[~2009-09-24  0:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22  2:39 [PATCH 0/2] tracing/workqueue fixes Anton Blanchard
2009-09-22  2:40 ` [PATCH 1/2] tracing/workqueue: Use %pf in workqueue trace events Anton Blanchard
2009-09-22  2:42   ` [PATCH 2/2] tracing/workqueue: Rename workqueue_execute to worklet_entry and add worklet_exit Anton Blanchard
2009-09-22 20:34     ` Frederic Weisbecker
2009-09-24  0:22       ` KOSAKI Motohiro
2009-09-22 20:35   ` [PATCH 1/2] tracing/workqueue: Use %pf in workqueue trace events Frederic Weisbecker
2009-09-23  9:04   ` [tip:tracing/urgent] " tip-bot for Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox