From: Matt Helsley Date: Mon, 12 Dec 2005 08:37:10 +0000 (-0800) Subject: [PATCH] Add timestamp field to process events X-Git-Tag: v2.6.15-rc6~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5650b736ad328f7f3e4120e8790940289b8ac144;p=pandora-kernel.git [PATCH] Add timestamp field to process events This 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 with respect to a given task while also avoiding the addition of per-task data. This alters the size and layout of the event structure and hence would break compatibility if process events connector as it stands in 2.6.15-rc2 were released as a mainline kernel. Signed-off-by: Matt Helsley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed