Skip to content

Releases: Phantomical/perf-event-data

v0.1.4

Choose a tag to compare

@Phantomical Phantomical released this 24 Oct 06:52

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

Choose a tag to compare

@Phantomical Phantomical released this 23 Oct 08:07
5f17bea

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

Choose a tag to compare

@Phantomical Phantomical released this 17 May 06:45
19feb1c

[0.1.2] - 2023-05-16

Changed

What's Changed

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

v0.1.1

Choose a tag to compare

@Phantomical Phantomical released this 15 May 02:59
989262a

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

Choose a tag to compare

@Phantomical Phantomical released this 14 May 22:39
533dfb9

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