Searched refs:LCB_F_RT (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | lock.h | 15 #define LCB_F_RT (1U << 3) macro 116 { LCB_F_RT, "RT" },
|
| /linux-6.15/kernel/locking/ |
| H A D | rwbase_rt.c | 108 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ); in __rwbase_read_lock() 257 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE); in rwbase_write_lock()
|
| H A D | rtmutex.c | 1717 trace_contention_begin(lock, LCB_F_RT); in __rt_mutex_slowlock() 1849 trace_contention_begin(lock, LCB_F_RT); in rtlock_slowlock_locked()
|
| /linux-6.15/tools/perf/util/ |
| H A D | lock-contention.h | 122 #define LCB_F_RT (1U << 3) macro
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-lock.c | 1497 { LCB_F_RT, "rt-mutex", "rt-mutex" }, 1498 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" }, 1499 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 18 #define LCB_F_RT (1U << 3) macro
|