Searched refs:ConstantTSC (Results 1 – 17 of 17) sorted by relevance
55 << "; ConstantTSC = " << ::testing::PrintToString(H.ConstantTSC) in PrintTo()79 Header->ConstantTSC = 1; in serialize()
40 H.ConstantTSC = true; in TEST()86 H.ConstantTSC = true; in TEST()129 H.ConstantTSC = true; in TEST()
81 H.ConstantTSC = true; in RoundTripTest()104 H.ConstantTSC = true; in RoundTripTestV5()
26 bool ConstantTSC; member70 IO.mapRequired("constant-tsc", Header.ConstantTSC);
37 bool ConstantTSC; member
48 bool ConstantTSC : 1; member
52 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader()
360 FileHeader.ConstantTSC = Trace.Header.ConstantTSC; in loadYAMLLog()
66 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
64 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML()103 if (FH.ConstantTSC) in exportAsRAWv1()
110 Header.ConstantTSC = 1; in getLog()
169 H.ConstantTSC = 1; in fdrCommonHeaderInfo()