Skip to content

v0.6.0

Compare
Choose a tag to compare
@Phantomical Phantomical released this 17 May 08:20
· 55 commits to master since this release
61dd66c

[0.6.0] - 2023-05-17

Added

  • Expose the perf_event_data crate as the data module.
  • Add Record::parse_record to parse records to data::Record.
  • Add Software::CGROUP_SWITCHES and Software::BPF_OUTPUT events (#9). @Phantomical

Changed

  • Hardware is no longer a rust enum. The constants remain the same.
  • Software is no longer a rust enum. The constants remain the same.
  • The same applies for WhichCache, CacheOp, and CacheResult.
  • WhichCache has been renamed to CacheId.

What's Changed

Full Changelog: v0.5.0...v0.6.0