HomeSort by: relevance | last modified time | path
    Searched defs:Sled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface.cc 150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
153 switch (Sled.Kind) {
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
173 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind))
    [all...]
xray_interface.cc 150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
153 switch (Sled.Kind) {
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
173 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind))
    [all...]

Completed in 21 milliseconds