HomeSort by: relevance | last modified time | path
    Searched refs:PId (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h 92 uint32_t PId;
YAMLXRayRecord.h 39 uint32_t PId;
84 IO.mapOptional("process", Record.PId, 0U);
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 99 uint32_t PId = 0;
122 uint32_t PId = 0;
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
FDRTraceExpander.cpp 44 CurrentRecord.PId = PID;
59 CurrentRecord.PId = PID;
74 CurrentRecord.PId = PID;
91 PID = R.pid();
100 PID = R.tid();
117 CurrentRecord.PId = PID
    [all...]
Trace.cpp 142 Record.PId = Reader.getU32(&OffsetPtr);
172 auto PId = Reader.getU32(&OffsetPtr);
179 // Make a check for versions above 3 for the Pid field
181 (FileHeader.Version >= 3 ? Record.PId != PId : false))
236 /// Pid: 16 byte metadata record with Pid
253 /// ThreadBuffer: BufferExtents NewBuffer WallClockTime Pid NewCPUId
374 R.PId, R.CallArgs, R.Data};
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-converter.cpp 88 R.TSC, R.TId, R.PId, R.CallArgs, R.Data});
147 Writer.write(R.PId);
239 uint32_t TId, uint32_t PId, bool Symbolize,
247 R"({ "name" : "{0}", "ph" : "{1}", "tid" : "{2}", "pid" : "{3}", )"
251 FunctionPhenotype, TId, PId, EventTimestampUs,
255 R"({ "name" : "{0}", "ph" : "{1}", "tid" : "{2}", "pid" : "1", )"
307 writeTraceViewerRecord(Version, OS, R.FuncId, R.TId, R.PId, Symbolize,
322 writeTraceViewerRecord(Version, OS, StackCursor->FuncId, R.TId, R.PId,
xray-account.cpp 490 Record.TSC, Record.TId, Record.PId)
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 48 << "; TSC = " << R.TSC << "; TId = " << R.TId << "; PId = " << R.PId
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_controller.h 37 pid_t PId = 0;
77 PId = internal_getpid();
100 // Also write the Pid record.
101 createMetadataRecord<MetadataRecord::RecordKinds::Pid>(
102 static_cast<int32_t>(PId)),
xray_basic_logging.cc 104 // Version 3 includes pid inside records.
241 R.PId = internal_getpid();
289 R.PId = internal_getpid();

Completed in 37 milliseconds