Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
#if defined(MXUSER_STATS)
void MXUser_StatisticsControl(double contentionRatio,
uint64 minCount);
-void MXUser_LogStats(unsigned epoch);
+
+void MXUser_PerLockData(unsigned epoch);
+void MXUser_PerThreadData(VThreadID tid,
+ uint64 *totalAcquisitions,
+ uint64 *contendedAcquisitions);
#endif
void MXUser_SetInPanic(void);
extern void MXUserListLocks(void);
-extern void MXUserPerThreadData(VThreadID, uint64 *, uint64 *);
-
extern void MXUserInstallMxHooks(void (*theLockListFunc)(void),
MX_Rank (*theRankFunc)(void),
void (*theLockFunc)(struct MX_MutexRec *lock),