Lines Matching refs:Enable
153 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() argument
158 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled()
161 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
164 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled()
167 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
170 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()
173 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
209 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() argument
248 SucceedOnce |= patchSled(f[i], Enable, FuncId); in patchFunction()
264 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() argument
339 patchSled(Sled, Enable, FuncId); in controlPatching()
348 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction() argument
401 return patchFunction(FuncId, Enable); in mprotectAndPatchFunction()