Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h28 bool NonstopTSC; member
69 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
DXRayRecord.h40 bool NonstopTSC; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp48 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
662 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-converter.cpp87 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML()
110 if (FH.NonstopTSC) in exportAsRAWv1()