From: Frederic Weisbecker Date: Sat, 8 May 2010 04:16:11 +0000 (+0200) Subject: tracing: Drop lock_acquired waittime field X-Git-Tag: v2.6.35-rc1~522^2~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883a2a3189dae9d2912c417e47152f51cb922a3f;p=pandora-kernel.git tracing: Drop lock_acquired waittime field Drop the waittime field from the lock_acquired event, we can calculate it by substracting the lock_acquired event timestamp with the matching lock_acquire one. It is not needed and takes useless space in the traces. Signed-off-by: Frederic Weisbecker Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Paul Mackerras Cc: Hitoshi Mitake Cc: Steven Rostedt --- Reading git-diff-tree failed