perf-event-open-sys 1.0.1

Unsafe, direct bindings for Linux's perf_event_open system call, with associated types and constants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"

[[package]]
name = "perf-event-open-sys"
version = "1.0.1"
dependencies = [
 "libc",
]