]> git.baikalelectronics.ru Git - kernel.git/commit
locking/lockdep: Report more stack trace statistics
authorBart Van Assche <bvanassche@acm.org>
Mon, 22 Jul 2019 18:24:43 +0000 (11:24 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 25 Jul 2019 13:43:28 +0000 (15:43 +0200)
commit16e047c03fd242e45caf7c65235dc36b6916fb43
tree2a9d6239c74f3889ec46a4ea0037d32d8dd41505
parent0034d48befac61ab1b6dced9f1e36a0568c19b78
locking/lockdep: Report more stack trace statistics

Report the number of stack traces and the number of stack trace hash
chains. These two numbers are useful because these allow to estimate
the number of stack trace hash collisions.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Waiman Long <longman@redhat.com>
Cc: Will Deacon <will.deacon@arm.com>
Link: https://lkml.kernel.org/r/20190722182443.216015-5-bvanassche@acm.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c
kernel/locking/lockdep_internals.h
kernel/locking/lockdep_proc.c