Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.cpp56 << "; NonstopTSC = " << ::testing::PrintToString(H.NonstopTSC) in PrintTo()
80 Header->NonstopTSC = 1; in serialize()
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DFDRTraceWriterTest.cpp41 H.NonstopTSC = true; in TEST()
87 H.NonstopTSC = true; in TEST()
130 H.NonstopTSC = true; in TEST()
H A DFDRProducerConsumerTest.cpp82 H.NonstopTSC = true; in RoundTripTest()
105 H.NonstopTSC = true; in RoundTripTestV5()
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h27 bool NonstopTSC; member
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
H A DXRayRecord.h40 bool NonstopTSC; member
/llvm-project-15.0.7/compiler-rt/include/xray/
H A Dxray_records.h49 bool NonstopTSC : 1; member
/llvm-project-15.0.7/llvm/lib/XRay/
H A DFileHeaderReader.cpp53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
H A DTrace.cpp361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
H A DFDRTraceWriter.cpp64 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp111 Header.NonstopTSC = 1; in getLog()
H A Dxray_fdr_logging.cpp170 H.NonstopTSC = 1; in fdrCommonHeaderInfo()