Sean Lynch

Results 8 issues of Sean Lynch

Hey @jimblandy It looks like it has been a few months since you have been able to look at this repo. Would you be interested in adding additional maintainers? I...

This crate doesn't cover the entire surface of the perf_event_open API and with things like dynamic PMUs it's not really possible for it to cover all use cases. It would...

There are a bunch of changes that are not breaking in C but are breaking in rust. This is inconvenient both for us and for users, since we end up...

I've pulled this out of #42. It allows users to directly access fields in the various unnamed unions within `perf_event_attr` directly, like they would in C. This has two main...

This reimplements #31 using the new regenerate.sh. It makes some guesses as to what the correct target arch is, but I don't think it does anything unreasonable here. I have...

Github actions has completely disabled `perf_event_open`. No matter what you attempt to do, it will return `EPERM` (if I remember correctly), which means that most of the tests for `perf-event`...

I think we have enough changes here that it is time to make a new `perf-event-open-sys` release. I'm not quite ready to do a paired `perf-event` release, so this will...

I have made these match the existing API methods. I _think_ `AverageRate` is the right field to expose to users. I'm happy to adjust that if that is not the...