v0.7.0
[0.7.0] - 2023-07-24
Added
- Add
Sampler::read_user
method to for reading counters from userspace. Only x86 and x86_64 are supported when reading counters.
Changed
- (breaking)
Sampler::next_record
now takes&mut self
instead of&self
. This fixes UB that could arise due to having multipleRecord
s from the sameSampler
existing at the same time.
What's Changed
- Add support for reading counters from userspace using rdpmc by @Phantomical in #34
- Make
Sampler::next
record take&mut self
instead of&self
by @Phantomical in #35 - Update memmap2 to v0.7.0 by @Phantomical in #36
- Prepare for v0.7.0 release by @Phantomical in #37
Full Changelog: v0.6.3...v0.7.0