Searched refs:LOCK_EVENT (Results 1 – 1 of 1) sorted by relevance
16 #ifndef LOCK_EVENT17 #define LOCK_EVENT(name) LOCKEVENT_ ## name, macro 25 LOCK_EVENT(pv_hash_hops) /* Average # of hops per hashing operation */26 LOCK_EVENT(pv_kick_unlock) /* # of vCPU kicks issued at unlock time */27 LOCK_EVENT(pv_kick_wake) /* # of vCPU kicks for pv_latency_wake */28 LOCK_EVENT(pv_latency_kick) /* Average latency (ns) of vCPU kick */29 LOCK_EVENT(pv_latency_wake) /* Average latency (ns) of kick-to-wakeup */30 LOCK_EVENT(pv_lock_stealing) /* # of lock stealing operations */31 LOCK_EVENT(pv_spurious_wakeup) /* # of spurious wakeups in non-head vCPUs */32 LOCK_EVENT(pv_wait_agai[all...]