Lines Matching refs:Enable
149 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() argument
154 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled()
157 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
160 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled()
163 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
166 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()
169 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
206 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() argument
241 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
257 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() argument
332 patchSled(Sled, Enable, FuncId); in controlPatching()
341 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction() argument
389 return patchFunction(FuncId, Enable); in mprotectAndPatchFunction()