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

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 99 uint32_t PId = 0;
122 uint32_t PId = 0;
  /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 25 milliseconds