Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h27 bool NonstopTSC; member
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
H A DXRayRecord.h40 bool NonstopTSC = false; member
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h49 bool NonstopTSC : 1; member
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFileHeaderReader.cpp53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
H A DTrace.cpp362 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
H A DFDRTraceWriter.cpp64 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp90 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML()
114 if (FH.NonstopTSC) in exportAsRAWv1()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp111 Header.NonstopTSC = 1; in getLog()
H A Dxray_fdr_logging.cpp166 H.NonstopTSC = 1; in fdrCommonHeaderInfo()