Searched refs:NonstopTSC (Results 1 – 5 of 5) sorted by relevance
27 bool NonstopTSC; member71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
40 bool NonstopTSC; 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()