Home
last modified time | relevance | path

Searched refs:LCB_F_RT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dlock-contention.h128 #define LCB_F_RT (1U << 3) macro
/linux/tools/perf/
H A Dbuiltin-lock.c1496 { LCB_F_RT, "rt-mutex", "rt-mutex" },
1497 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
1498 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c24 #define LCB_F_RT (1U << 3) macro