Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h27 bool ConstantTSC; member
68 IO.mapRequired("constant-tsc", Header.ConstantTSC);
DXRayRecord.h37 bool ConstantTSC; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp47 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader()
661 FileHeader.ConstantTSC = Trace.Header.ConstantTSC; 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()
108 if (FH.ConstantTSC) in exportAsRAWv1()