Lines Matching refs:Enable
33 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
65 if (Enable) { in patchSled()
90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
93 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument
98 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
101 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument
103 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
122 uint32_t Inst = Enable ? 0xd503201f : 0x14000006; in patchCustomEvent()
131 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
133 uint32_t Inst = Enable ? 0xd503201f : 0x14000009; in patchTypedEvent()