Searched refs:LCB_F_MUTEX (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | lock.h | 17 #define LCB_F_MUTEX (1U << 5) macro 118 { LCB_F_MUTEX, "MUTEX" }
|
/openbmc/linux/kernel/locking/ |
H A D | mutex.c | 605 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | lock-contention.h | 119 #define LCB_F_MUTEX (1U << 5) macro
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | lock_contention.bpf.c | 20 #define LCB_F_MUTEX (1U << 5) macro 204 if (flags & LCB_F_MUTEX) { in get_lock_owner()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 1592 { LCB_F_MUTEX, "mutex", "mutex" }, 1593 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" }, 1595 { LCB_F_MUTEX | LCB_F_SPIN, "mutex-spin", "mutex" },
|