Home
last modified time | relevance | path

Searched refs:LCB_F_READ (Results 1 – 6 of 6) sorted by relevance

/linux/include/trace/events/
H A Dlock.h13 #define LCB_F_READ (1U << 1) macro
114 { LCB_F_READ, "READ" },
/linux/kernel/locking/
H A Dqrwlock.c38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath()
H A Drwsem.c1066 trace_contention_begin(sem, LCB_F_READ); in rwsem_down_read_slowpath()
/linux/tools/perf/util/
H A Dlock-contention.h126 #define LCB_F_READ (1U << 1) macro
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c22 #define LCB_F_READ (1U << 1) macro
334 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner()
371 case LCB_F_READ: /* rwsem */ in check_lock_type()
/linux/tools/perf/
H A Dbuiltin-lock.c1495 { LCB_F_SPIN | LCB_F_READ, "rwlock:R", "rwlock" },
1497 { LCB_F_READ, "rwsem:R", "rwsem" },
1500 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
1502 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" },