From: Steven Rostedt (Red Hat) Date: Thu, 14 Mar 2013 17:13:45 +0000 (-0400) Subject: tracing: Add "uptime" trace clock that uses jiffies X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aacf017b065a805d27467843490c976835eb4a5;p=pandora-kernel.git tracing: Add "uptime" trace clock that uses jiffies Add a simple trace clock called "uptime" for those that are interested in the uptime of the trace. It uses jiffies as that's the safest method, as other uptime clocks grab seq locks, which could cause a deadlock if taken from an event or function tracer. Requested-by: Mauro Carvalho Chehab Cc: Thomas Gleixner Cc: Frederic Weisbecker Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed