Type Definition ctf::parse::BeParser

source · []
pub type BeParser<'data> = Parser<'data, BigEndian>;
Expand description

Big-endian parser.

Trait Implementations

Type describing the endian convention: big or low.

True if the parser is big-endian.

Parses a u8.

Parses a u16.

Parses a u32.

Parses a u64.

Parses an f64.

Parses a clock value.

Parses a usize in memtrace’s variable-length format.

Parses an allocation. Read more

Parses an allocation UID from a delta w.r.t. the most recent UID generated. Read more

Parses some new locations. Read more

Parses cache-checking information.

Parses an event header.

Parses a packet header. Read more

Parses the top-level CTF header. Read more

Raw package header parser. Read more

Parses a trace info. Read more

Parses the memtrace CTF magic number.