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

  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
XRayRecord.h 37 bool ConstantTSC;
YAMLXRayRecord.h 26 bool ConstantTSC;
70 IO.mapRequired("constant-tsc", Header.ConstantTSC);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 56 << "; ConstantTSC = " << ::testing::PrintToString(H.ConstantTSC)
80 Header->ConstantTSC = 1;
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 49 bool ConstantTSC : 1;
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
FileHeaderReader.cpp 52 FileHeader.ConstantTSC = Bitfield & 1uL;
Trace.cpp 360 FileHeader.ConstantTSC = Trace.Header.ConstantTSC;
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,
103 if (FH.ConstantTSC)
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc 111 Header.ConstantTSC = 1;
xray_fdr_logging.cc 170 H.ConstantTSC = 1;

Completed in 25 milliseconds