Home
last modified time | relevance | path

Searched defs:ExpectedProfilingFileHeader (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp30 struct ExpectedProfilingFileHeader { struct
31 const u64 MagicBytes = 0x7872617970726f66; // Identifier for XRay profiling
33 const u64 Version = ExpectedProfilingVersion;
34 u64 Timestamp = 0;
35 u64 PID = 0;