We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07f6ca commit 89e70d5Copy full SHA for 89e70d5
kernel/locking/lockdep.c
@@ -5736,7 +5736,7 @@ void lock_contended(struct lockdep_map *lock, unsigned long ip)
5736
{
5737
unsigned long flags;
5738
5739
- trace_lock_acquired(lock, ip);
+ trace_lock_contended(lock, ip);
5740
5741
if (unlikely(!lock_stat || !lockdep_enabled()))
5742
return;
@@ -5754,7 +5754,7 @@ void lock_acquired(struct lockdep_map *lock, unsigned long ip)
5754
5755
5756
5757
- trace_lock_contended(lock, ip);
+ trace_lock_acquired(lock, ip);
5758
5759
5760
0 commit comments