Searched refs:LCB_F_READ (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/trace/events/
H A Dlock.h13 #define LCB_F_READ (1U << 1) macro
114 { LCB_F_READ, "READ" },
/linux-master/kernel/locking/
H A Dqrwlock.c38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ);
H A Drwbase_rt.c107 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ);
H A Dpercpu-rwsem.c175 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_READ);
H A Drwsem.c1069 trace_contention_begin(sem, LCB_F_READ);
/linux-master/tools/perf/util/
H A Dlock-contention.h117 #define LCB_F_READ (1U << 1) macro
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c16 #define LCB_F_READ (1U << 1) macro
253 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) {
290 case LCB_F_READ: /* rwsem */
326 if (flags == (LCB_F_SPIN | LCB_F_READ) || flags == LCB_F_SPIN ||
/linux-master/tools/perf/
H A Dbuiltin-lock.c1587 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" },
1589 { LCB_F_READ, "rwsem:R", "rwsem" },
1592 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
1594 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" },

Completed in 151 milliseconds