Searched refs:LCB_F_MUTEX (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | lock.h | 17 #define LCB_F_MUTEX (1U << 5) macro 118 { LCB_F_MUTEX, "MUTEX" }
|
| /linux-6.15/kernel/locking/ |
| H A D | mutex.c | 603 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 647 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common() 692 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 695 trace_contention_begin(lock, LCB_F_MUTEX); in __mutex_lock_common()
|
| /linux-6.15/tools/perf/util/ |
| H A D | lock-contention.h | 124 #define LCB_F_MUTEX (1U << 5) macro
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 20 #define LCB_F_MUTEX (1U << 5) macro 317 if (flags & LCB_F_MUTEX) { in get_lock_owner() 393 if ((flags & (LCB_F_SPIN | LCB_F_MUTEX)) == LCB_F_SPIN) { in get_tstamp_elem()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-lock.c | 1502 { LCB_F_MUTEX, "mutex", "mutex" }, 1503 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" }, 1505 { LCB_F_MUTEX | LCB_F_SPIN, "mutex:spin", "mutex-spin" },
|