Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dtest_helpers.cpp56 << "; NonstopTSC = " << ::testing::PrintToString(H.NonstopTSC) in PrintTo()
80 Header->NonstopTSC = 1; in serialize()
/external/llvm-project/llvm/unittests/XRay/
DFDRTraceWriterTest.cpp41 H.NonstopTSC = true; in TEST()
87 H.NonstopTSC = true; in TEST()
130 H.NonstopTSC = true; in TEST()
DFDRProducerConsumerTest.cpp82 H.NonstopTSC = true; in RoundTripTest()
105 H.NonstopTSC = true; in RoundTripTestV5()
/external/llvm-project/llvm/include/llvm/XRay/
DYAMLXRayRecord.h27 bool NonstopTSC; member
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
DXRayRecord.h40 bool NonstopTSC; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h27 bool NonstopTSC; member
71 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
DXRayRecord.h40 bool NonstopTSC; member
/external/llvm-project/compiler-rt/include/xray/
Dxray_records.h49 bool NonstopTSC : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFileHeaderReader.cpp53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
DTrace.cpp361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
DFDRTraceWriter.cpp66 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
/external/llvm-project/llvm/lib/XRay/
DFileHeaderReader.cpp53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
DTrace.cpp361 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
DFDRTraceWriter.cpp64 (H.ConstantTSC ? 0x01 : 0x0) | (H.NonstopTSC ? 0x02 : 0x0); in FDRTraceWriter()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML()
105 if (FH.NonstopTSC) in exportAsRAWv1()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_basic_logging.cpp111 Header.NonstopTSC = 1; in getLog()
Dxray_fdr_logging.cpp170 H.NonstopTSC = 1; in fdrCommonHeaderInfo()