Open
Description
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
cannot run in CI. However, qemu supports emulating a few performance counters. It is worth seeing if would be possible to use qemu to run these unit tests in CI.
I'm not entirely sure what would be involved in doing this, but it would be quite nice if it could be made to work.
Metadata
Metadata
Assignees
Labels
No labels