public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 000/002]  Add timestamp to process event connector message
@ 2005-12-06  5:00 Matt Helsley
  2005-12-06  5:05 ` [RFC][PATCH 001/002] Add getnstimestamp function Matt Helsley
  2005-12-06  5:06 ` [RFC][PATCH 002/002] Add timestamp field to process events Matt Helsley
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Helsley @ 2005-12-06  5:00 UTC (permalink / raw)
  To: LKML
  Cc: Andrew Morton, Jean-Pierre Dion, Guillaume Thouvenin,
	Badari Pulavarty, Ram Pai, CKRM-Tech, Erich Focht, elsa-devel,
	Jay Lan, Erik Jacobson, Jack Steiner

	This series of patches adds a timestamp field to the events sent
via the process event connector. The timestamp allows listeners to
accurately account the duration(s) between a process' events and offers
strong means with which to determine the order of events while also
avoiding the addition of per-task data.

Series:

getnstimestamp.patch
proc-events-timestamp.patch

	The first patch adds a new generic function, getnstimestamp(),
which gets an SMP-safe high-resolution monotonic timestamp.

	The second patch adds a timestamp field to the events sent via
the process event connector and fills the field using the new timestamp
function. It alters the size and layout of the event structure and hence
would break compatibility if not incorporated with the first release of
process events connector in a mainline kernel.

Cheers,
	-Matt Helsley


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

end of thread, other threads:[~2005-12-06  5:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-06  5:00 [RFC][PATCH 000/002] Add timestamp to process event connector message Matt Helsley
2005-12-06  5:05 ` [RFC][PATCH 001/002] Add getnstimestamp function Matt Helsley
2005-12-06  5:06 ` [RFC][PATCH 002/002] Add timestamp field to process events Matt Helsley

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