Searched refs:LCB_F_RT (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/trace/events/
H A Dlock.h15 #define LCB_F_RT (1U << 3) macro
116 { LCB_F_RT, "RT" },
/linux-master/kernel/locking/
H A Drwbase_rt.c107 trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ);
251 trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE);
H A Drtmutex.c1700 trace_contention_begin(lock, LCB_F_RT);
1821 trace_contention_begin(lock, LCB_F_RT);
/linux-master/tools/perf/util/
H A Dlock-contention.h119 #define LCB_F_RT (1U << 3) macro
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c18 #define LCB_F_RT (1U << 3) macro
/linux-master/tools/perf/
H A Dbuiltin-lock.c1591 { LCB_F_RT, "rt-mutex", "rt-mutex" },
1592 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
1593 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },

Completed in 249 milliseconds