Searched defs:ExpectedProfilingFileHeader (Results 1 – 1 of 1) sorted by relevance
30 struct ExpectedProfilingFileHeader { struct31 const u64 MagicBytes = 0x7872617970726f66; // Identifier for XRay profiling33 const u64 Version = ExpectedProfilingVersion;34 u64 Timestamp = 0;35 u64 PID = 0;