Searched refs:NonstopTSC (Results 1 – 17 of 17) sorted by relevance
56 << "; NonstopTSC = " << ::testing::PrintToString(H.NonstopTSC) in PrintTo()80 Header->NonstopTSC = 1; in serialize()
41 H.NonstopTSC = true; in TEST()87 H.NonstopTSC = true; in TEST()130 H.NonstopTSC = true; in TEST()
82 H.NonstopTSC = true; in RoundTripTest()105 H.NonstopTSC = true; in RoundTripTestV5()
27 bool NonstopTSC; member71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
40 bool NonstopTSC; member
49 bool NonstopTSC : 1; member
53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; 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()105 if (FH.NonstopTSC) in exportAsRAWv1()
111 Header.NonstopTSC = 1; in getLog()
170 H.NonstopTSC = 1; in fdrCommonHeaderInfo()