perf_event Validation Tests
This test_suite contains tests that:
- validate perf_event functionality,
- check that some of the generalized counters return sane values,
- check for bugs that PAPI has to work around,
- test code that exhbits known perf_event kernel panics (for kernel
testing purposes)
- validate the PAPI predefined events
The package also includes the perf_fuzzer
tool.
Download:
Development:
Currently development is done via git at
https://github.com/deater/perf_event_tests
; you can check out a version
of the development tree via:
git clone git://github.com/deater/perf_event_tests
Back to unofficial perf_events page