Direct, unsafe Rust bindings for Linux's perf_event_open system call

This crate exports unsafe Rust wrappers for Linux system calls for accessing performance monitoring counters and tracing facilities. This includes:

This crate provides:

All functions are direct, unsafe wrappers for the underlying calls. They operate on raw pointers and raw file descriptors.