Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dlock.h14 #define LCB_F_WRITE (1U << 2) macro
115 { LCB_F_WRITE, "WRITE" },
/linux/kernel/locking/
H A Dqrwlock.c70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
H A Drwsem.c1153 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
/linux/tools/perf/util/
H A Dlock-contention.h127 #define LCB_F_WRITE (1U << 2) macro
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c23 #define LCB_F_WRITE (1U << 2) macro
334 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner()
372 case LCB_F_WRITE: in check_lock_type()
/linux/tools/perf/
H A Dbuiltin-lock.c1496 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" },
1498 { LCB_F_WRITE, "rwsem:W", "rwsem" },
1501 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },
1503 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },