Searched refs:LCB_F_RT (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | lock.h | 15 #define LCB_F_RT (1U << 3) macro 116 { LCB_F_RT, "RT" },
|
| /linux/tools/perf/util/ |
| H A D | lock-contention.h | 128 #define LCB_F_RT (1U << 3) macro
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 112 if (flags & LCB_F_RT) in handle_contention_begin()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 1499 { LCB_F_RT, "rt-mutex", "rt-mutex" }, 1500 { LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" }, 1501 { LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 24 #define LCB_F_RT (1U << 3) macro
|