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

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 90 int32_t FuncId = 0;
116 int32_t FuncId = 0;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h 62 int FuncId : 28;
xray_interface.cc 151 int32_t FuncId) XRAY_NEVER_INSTRUMENT {
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);
179 XRayPatchingStatus patchFunction(int32_t FuncId,
201 // FuncId must be a positive number, less than the number of functions
203 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions)
    [all...]
xray_basic_logging.cc 49 int32_t FuncId;
159 void InMemoryRawLog(int32_t FuncId, XRayEntryType Type,
186 E.FuncId = FuncId;
217 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU &&
243 R.FuncId = FuncId;
256 void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1,
278 InMemoryRawLog(FuncId, Type, ReadTSC)
    [all...]

Completed in 13 milliseconds