Searched refs:LCB_F_SPIN (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/locking/ |
| A D | qrwlock.c | 38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath() 70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
|
| A D | qspinlock.c | 402 trace_contention_begin(lock, LCB_F_SPIN); in queued_spin_lock_slowpath()
|
| A D | mutex.c | 610 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common() 698 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN); in __mutex_lock_common()
|
| /linux/include/trace/events/ |
| A D | lock.h | 12 #define LCB_F_SPIN (1U << 0) macro 113 { LCB_F_SPIN, "SPIN" },
|
| /linux/tools/perf/util/bpf_skel/ |
| A D | lock_contention.bpf.c | 15 #define LCB_F_SPIN (1U << 0) macro 308 case LCB_F_SPIN: /* spinlock */ in check_lock_type() 327 if ((flags & (LCB_F_SPIN | LCB_F_MUTEX)) == LCB_F_SPIN) { in get_tstamp_elem()
|
| /linux/tools/perf/util/ |
| A D | lock-contention.h | 116 #define LCB_F_SPIN (1U << 0) macro
|
| /linux/tools/perf/ |
| A D | builtin-lock.c | 1582 { LCB_F_SPIN, "spinlock", "spinlock" }, 1583 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" }, 1584 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" }, 1593 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" }, 1595 { LCB_F_MUTEX | LCB_F_SPIN, "mutex-spin", "mutex" },
|
Completed in 24 milliseconds