Home
last modified time | relevance | path

Searched refs:LCB_F_MUTEX (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/trace/events/
Dlock.h17 #define LCB_F_MUTEX (1U << 5) macro
118 { LCB_F_MUTEX, "MUTEX" }
/linux-6.6.21/kernel/locking/
Dmutex.c605 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common()
649 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common()
693 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common()
696 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common()
/linux-6.6.21/tools/perf/util/
Dlock-contention.h119 #define LCB_F_MUTEX (1U << 5) macro
/linux-6.6.21/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c20 #define LCB_F_MUTEX (1U << 5) macro
204 if (flags & LCB_F_MUTEX) { in get_lock_owner()
/linux-6.6.21/tools/perf/
Dbuiltin-lock.c1592 { LCB_F_MUTEX, "mutex", "mutex" },
1593 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" },
1595 { LCB_F_MUTEX | LCB_F_SPIN, "mutex-spin", "mutex" },