Home
last modified time | relevance | path

Searched refs:NonstopTSC (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h27 bool NonstopTSC; member
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
DXRayRecord.h40 bool NonstopTSC; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFileHeaderReader.cpp53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
DTrace.cpp361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
DFDRTraceWriter.cpp66 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()