Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dlock.h13 #define LCB_F_READ (1U << 1) macro
114 { LCB_F_READ, "READ" },
/linux-6.3-rc2/kernel/locking/
A Dqrwlock.c38 trace_contention_begin(lock, LCB_F_SPIN | LCB_F_READ); in queued_read_lock_slowpath()
A Dpercpu-rwsem.c175 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_READ); in __percpu_down_read()
A Drwbase_rt.c115 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ); in __rwbase_read_lock()
A Drwsem.c1069 trace_contention_begin(sem, LCB_F_READ); in rwsem_down_read_slowpath()
/linux-6.3-rc2/tools/perf/util/
A Dlock-contention.h115 #define LCB_F_READ (1U << 1) macro
/linux-6.3-rc2/tools/perf/util/bpf_skel/
A Dlock_contention.bpf.c15 #define LCB_F_READ (1U << 1) macro
184 } else if (flags == LCB_F_READ || flags == LCB_F_WRITE) { in get_lock_owner()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-lock.c1555 { LCB_F_SPIN | LCB_F_READ, "rwlock:R" },
1557 { LCB_F_READ, "rwsem:R" },
1560 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R" },
1562 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R" },

Completed in 19 milliseconds