Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dlock.h14 #define LCB_F_WRITE (1U << 2) macro
115 { LCB_F_WRITE, "WRITE" },
/linux/kernel/locking/
A Dqrwlock.c70 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_WRITE); in queued_write_lock_slowpath()
A Dpercpu-rwsem.c239 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
A Drwbase_rt.c251 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
A Drwsem.c1147 trace_contention_begin(sem, LCB_F_WRITE); in rwsem_down_write_slowpath()
/linux/tools/perf/util/bpf_skel/
A 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/tools/perf/util/
A Dlock-contention.h118 #define LCB_F_WRITE (1U << 2) macro
/linux/tools/perf/
A 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" },

Completed in 19 milliseconds