All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
SampleId from a Sample.PERF_SAMPLE_CGROUP field in Sample.PERF_SAMPLE_RAW field in Sample now properly handles padding
bytes when the field size is not a multiple of 8 bytes.PERF_SAMPLE_STACK_USER field in Sample will no longer parse the
dyn_size field when the static stack size is 0.PERF_SAMPLE_RAW field in Sample as a u32
instead of a u64.c-enum crate.Parse is now implemented for perf_event_attr from perf_event_open_sys2.ParseBufCursor::new
when the first chunk returned by the ParseBuf had length 0.ReadValue::from_group_and_entry for creating a ReadValue from a
ReadGroup and a GroupEntry.This is the very first release of the perf-event-data crate.