tracing: Drop lock_acquired waittime field
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 8 May 2010 04:16:11 +0000 (06:16 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sun, 9 May 2010 11:45:32 +0000 (13:45 +0200)
commit883a2a3189dae9d2912c417e47152f51cb922a3f
tree286a31a1d86b1e49afc79f61c9b83ca81840065b
parent90c0e5fc7b73d2575c7367e1da70ff9521718e5e
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 <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Steven Rostedt <rostedt@goodmis.org>
include/trace/events/lock.h
kernel/lockdep.c