diff options
| author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-08 00:16:11 -0400 |
|---|---|---|
| committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-09 07:45:32 -0400 |
| commit | 883a2a3189dae9d2912c417e47152f51cb922a3f (patch) | |
| tree | 286a31a1d86b1e49afc79f61c9b83ca81840065b /kernel | |
| parent | 90c0e5fc7b73d2575c7367e1da70ff9521718e5e (diff) | |
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>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/lockdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 2594e1ce41cb..31e22e742368 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
| @@ -3380,7 +3380,7 @@ found_it: | |||
| 3380 | hlock->holdtime_stamp = now; | 3380 | hlock->holdtime_stamp = now; |
| 3381 | } | 3381 | } |
| 3382 | 3382 | ||
| 3383 | trace_lock_acquired(lock, ip, waittime); | 3383 | trace_lock_acquired(lock, ip); |
| 3384 | 3384 | ||
| 3385 | stats = get_lock_stats(hlock_class(hlock)); | 3385 | stats = get_lock_stats(hlock_class(hlock)); |
| 3386 | if (waittime) { | 3386 | if (waittime) { |
