Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dlock-contention.h130 #define LCB_F_MUTEX (1U << 5) macro
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c26 #define LCB_F_MUTEX (1U << 5) macro
359 if (flags & LCB_F_MUTEX) { in get_lock_owner()
464 if ((flags & (LCB_F_SPIN | LCB_F_MUTEX)) == LCB_F_SPIN) { in get_tstamp_elem()
/linux/tools/perf/
H A Dbuiltin-lock.c1501 { LCB_F_MUTEX, "mutex", "mutex" },
1502 { LCB_F_MUTEX | LCB_F_SPIN, "mutex", "mutex" },
1504 { LCB_F_MUTEX | LCB_F_SPIN, "mutex:spin", "mutex-spin" },