|
@@ -201,6 +201,10 @@ static void lockdep_stats_debug_show(struct seq_file *m)
|
|
debug_atomic_read(chain_lookup_hits));
|
|
debug_atomic_read(chain_lookup_hits));
|
|
seq_printf(m, " cyclic checks: %11llu\n",
|
|
seq_printf(m, " cyclic checks: %11llu\n",
|
|
debug_atomic_read(nr_cyclic_checks));
|
|
debug_atomic_read(nr_cyclic_checks));
|
|
|
|
+ seq_printf(m, " redundant checks: %11llu\n",
|
|
|
|
+ debug_atomic_read(nr_redundant_checks));
|
|
|
|
+ seq_printf(m, " redundant links: %11llu\n",
|
|
|
|
+ debug_atomic_read(nr_redundant));
|
|
seq_printf(m, " find-mask forwards checks: %11llu\n",
|
|
seq_printf(m, " find-mask forwards checks: %11llu\n",
|
|
debug_atomic_read(nr_find_usage_forwards_checks));
|
|
debug_atomic_read(nr_find_usage_forwards_checks));
|
|
seq_printf(m, " find-mask backwards checks: %11llu\n",
|
|
seq_printf(m, " find-mask backwards checks: %11llu\n",
|