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

References

lib/XRay/FDRTraceExpander.cpp
   15     C(CurrentRecord);
   17   CurrentRecord.CallArgs.clear();
   18   CurrentRecord.Data.clear();
   42     CurrentRecord.TSC = R.tsc();
   43     CurrentRecord.CPU = R.cpu();
   44     CurrentRecord.PId = PID;
   45     CurrentRecord.TId = TID;
   46     CurrentRecord.Type = RecordTypes::CUSTOM_EVENT;
   47     CurrentRecord.Data = R.data();
   57     CurrentRecord.TSC = BaseTSC;
   58     CurrentRecord.CPU = CPUId;
   59     CurrentRecord.PId = PID;
   60     CurrentRecord.TId = TID;
   61     CurrentRecord.Type = RecordTypes::CUSTOM_EVENT;
   62     CurrentRecord.Data = R.data();
   72     CurrentRecord.TSC = BaseTSC;
   73     CurrentRecord.CPU = CPUId;
   74     CurrentRecord.PId = PID;
   75     CurrentRecord.TId = TID;
   76     CurrentRecord.RecordType = R.eventType();
   77     CurrentRecord.Type = RecordTypes::TYPED_EVENT;
   78     CurrentRecord.Data = R.data();
   85   CurrentRecord.CallArgs.push_back(R.arg());
   86   CurrentRecord.Type = RecordTypes::ENTER_ARG;
  114     CurrentRecord.Type = R.recordType();
  115     CurrentRecord.FuncId = R.functionId();
  116     CurrentRecord.TSC = BaseTSC;
  117     CurrentRecord.PId = PID;
  118     CurrentRecord.TId = TID;
  119     CurrentRecord.CPU = CPUId;