Lines Matching refs:Enable
151 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() argument
156 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled()
159 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
162 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled()
165 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
168 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()
171 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
209 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() argument
244 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
260 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() argument
335 patchSled(Sled, Enable, FuncId); in controlPatching()
344 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction() argument
392 return patchFunction(FuncId, Enable); in mprotectAndPatchFunction()