Lines Matching defs:PerfJitHeader
112 struct PerfJitHeader { struct
113 uint32_t magic_; // Characters "JiTD"
114 uint32_t version_; // Header version
115 uint32_t size_; // Total size of header
116 uint32_t elf_mach_target_; // Elf mach target
117 uint32_t reserved_; // Reserved, currently not used
118 uint32_t process_id_; // Process ID of the JIT compiler
119 uint64_t time_stamp_; // Timestamp when the header is generated
120 uint64_t flags_; // Currently the flags are only used for choosing clock for timestamp,
122 static const uint32_t kMagic = 0x4A695444; // "JiTD"
123 static const uint32_t kVersion = 1;