/// This module contains the Rust representation of the hot spot perf data struct
/// as described in https://github.com/openjdk/jdk21/blob/master/src/hotspot/share/runtime
pub type PerfDataProlog = PerfDataProlog;
pub type PerfDataEntryHeader = PerfDataEntryHeader;
pub type Unit = Unit;
pub type DataType = DataType;
pub type Endianness = Endianness;
pub type Variability = Variability;