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

  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h 40 bool NonstopTSC;
YAMLXRayRecord.h 27 bool NonstopTSC;
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 57 << "; NonstopTSC = " << ::testing::PrintToString(H.NonstopTSC)
81 Header->NonstopTSC = 1;
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 50 bool NonstopTSC : 1;
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
FileHeaderReader.cpp 53 FileHeader.NonstopTSC = Bitfield & 1uL << 1;
Trace.cpp 361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC;
FDRTraceWriter.cpp 64 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-converter.cpp 81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
105 if (FH.NonstopTSC)
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc 112 Header.NonstopTSC = 1;
xray_fdr_logging.cc 171 H.NonstopTSC = 1;

Completed in 73 milliseconds