Searched refs:LCB_F_SPIN (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/locking/
H A Dqrwlock.c38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ);
70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE);
H A Dqspinlock.c405 trace_contention_begin(lock, LCB_F_SPIN);
H A Dmutex.c610 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN);
698 trace_contention_begin(lock, LCB_F_MUTEX | LCB_F_SPIN);
/linux-master/include/trace/events/
H A Dlock.h12 #define LCB_F_SPIN (1U << 0) macro
113 { LCB_F_SPIN, "SPIN" },
/linux-master/tools/perf/util/
H A Dlock-contention.h116 #define LCB_F_SPIN (1U << 0) macro
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c15 #define LCB_F_SPIN (1U << 0) macro
307 case LCB_F_SPIN: /* spinlock */
326 if (flags == (LCB_F_SPIN | LCB_F_READ) || flags == LCB_F_SPIN ||
327 flags == (LCB_F_SPIN | LCB_F_WRITE)) {
/linux-master/tools/perf/
H A Dbuiltin-lock.c1586 { LCB_F_SPIN, "spinlock", "spinlock" },
1587 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" },
1588 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" },
1597 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" },
1599 { LCB_F_MUTEX | LCB_F_SPIN, "mutex-spin", "mutex" },

Completed in 327 milliseconds