Skip to content

Releases: Phantomical/perf-event-data

v0.1.4

24 Oct 06:52
Compare
Choose a tag to compare

0.1.4 - 2023-10-23

Changed

  • Internal enum types are now declared using the c-enum crate.

What's Changed

  • Use the c-enum crate instead of the homebrew c_enum! macro by @Phantomical in #34

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Oct 08:07
5f17bea
Compare
Choose a tag to compare

0.1.3 - 2023-10-23

Added

  • Parse is now implemented for perf_event_attr from perf_event_open_sys2.

Changed

  • The debug representation of several record types has been changed to make it more readable.

Fixed

  • Fixed an infinite loop with unbounded memory usage in ParseBufCursor::new when the first chunk returned by the ParseBuf had length 0.

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 May 06:45
19feb1c
Compare
Choose a tag to compare

[0.1.2] - 2023-05-16

Changed

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 May 02:59
989262a
Compare
Choose a tag to compare

Changelog

Added

  • ReadValue::from_group_and_entry for creating a ReadValue from a ReadGroup and a GroupEntry.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 May 22:39
533dfb9
Compare
Choose a tag to compare

This is the initial release of perf-event-data.

What's Changed

New Contributors

Full Changelog: https://github.com/Phantomical/perf-event-data/commits/v0.1.0