Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.cpp55 << "; ConstantTSC = " << ::testing::PrintToString(H.ConstantTSC) in PrintTo()
79 Header->ConstantTSC = 1; in serialize()
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DFDRTraceWriterTest.cpp40 H.ConstantTSC = true; in TEST()
86 H.ConstantTSC = true; in TEST()
129 H.ConstantTSC = true; in TEST()
H A DFDRProducerConsumerTest.cpp81 H.ConstantTSC = true; in RoundTripTest()
104 H.ConstantTSC = true; in RoundTripTestV5()
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h26 bool ConstantTSC; member
70 IO.mapRequired("constant-tsc", Header.ConstantTSC);
H A DXRayRecord.h37 bool ConstantTSC; member
/llvm-project-15.0.7/compiler-rt/include/xray/
H A Dxray_records.h48 bool ConstantTSC : 1; member
/llvm-project-15.0.7/llvm/lib/XRay/
H A DFileHeaderReader.cpp52 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader()
H A DTrace.cpp360 FileHeader.ConstantTSC = Trace.Header.ConstantTSC; 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()
112 if (FH.ConstantTSC) in exportAsRAWv1()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp110 Header.ConstantTSC = 1; in getLog()
H A Dxray_fdr_logging.cpp169 H.ConstantTSC = 1; in fdrCommonHeaderInfo()