Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
Dlock.h14 #define LCB_F_WRITE (1U << 2) macro
115 { LCB_F_WRITE, "WRITE" },
/linux-6.12.1/kernel/locking/
Dqrwlock.c70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
Dpercpu-rwsem.c239 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
Drwbase_rt.c251 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
Drwsem.c1147 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
/linux-6.12.1/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c17 #define LCB_F_WRITE (1U << 2) macro
254 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner()
292 case LCB_F_WRITE: in check_lock_type()
/linux-6.12.1/tools/perf/util/
Dlock-contention.h118 #define LCB_F_WRITE (1U << 2) macro
/linux-6.12.1/tools/perf/
Dbuiltin-lock.c1584 { LCB_F_SPIN | LCB_F_WRITE, "rwlock:W", "rwlock" },
1586 { LCB_F_WRITE, "rwsem:W", "rwsem" },
1589 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },
1591 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },