perf-event-open-sys 4.0.0

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
15
16
[dependencies.libc]
version = "0.2"

[package]
authors = ["Jim Blandy <jimb@red-bean.com>"]
categories = ["external-ffi-bindings", "development-tools::profiling", "hardware-support", "os::linux-apis"]
description = "Unsafe, direct bindings for Linux's perf_event_open system call, with associated\ntypes and constants.\n"
documentation = "https://docs.rs/perf-event-open-sys/"
edition = "2018"
keywords = ["linux", "perf"]
license = "MIT OR Apache-2.0"
name = "perf-event-open-sys"
readme = "README.md"
repository = "https://github.com/jimblandy/perf-event-open-sys.git"
resolver = "2"
version = "4.0.0"