reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  319     if (TLD.Controller != nullptr)
  320       TLD.Controller->flush();
  357   if (TLD.Controller != nullptr)
  358     TLD.Controller->flush();
  452       if (TLD.Controller != nullptr) {
  453         TLD.Controller->flush();
  454         TLD.Controller = nullptr;
  460   if (UNLIKELY(TLD.Controller == nullptr)) {
  488     TLD.Controller = CStorage;
  511     TLD.Controller->functionEnter(FuncId, TSC, CPU);
  514     TLD.Controller->functionExit(FuncId, TSC, CPU);
  517     TLD.Controller->functionTailExit(FuncId, TSC, CPU);
  541     TLD.Controller->functionEnterArg(FuncId, TSC, CPU, Arg);
  544     TLD.Controller->functionExit(FuncId, TSC, CPU);
  547     TLD.Controller->functionTailExit(FuncId, TSC, CPU);
  581   TLD.Controller->customEvent(TSC, CPU, Event, ReducedEventSize);
  611   TLD.Controller->typedEvent(TSC, CPU, EventType, Event, ReducedEventSize);