rust-perf-event2 0.7.4+ds+~0.1.8+ds-1
Package Information
| Description | wrapper around the Linux perf_event_open API - Rust source code perf-event is a Rust interface to Linux performance monitoring. It consists of the Rust crates perf-event2 and perf-event-open-sys2, which provide access to performance monitoring hardware and software on linux. perf-event-data provides types and traits for parsing records emitted by perf_event_open into usable rust structs. This package contains the source for the Rust crates perf-event-data, perf-event-open-sys2 and perf-event2, for use with cargo. |
|---|---|
| Maintainer | Jonas Smedegaard <dr@jones.dk> |
| Changed By | Jonas Smedegaard <dr@jones.dk> |
| Sponsor | js@debian.org |
| Distribution | experimental |
| Architecture | all |
| VCS | git: https://salsa.debian.org/debian/rust-perf-event2.git (browse) |
| Closes | #1133132 |
| Tracker | https://tracker.debian.org/pkg/rust-perf-event2 |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Source | rust-perf-event2 |
|---|---|
| Version | 0.7.4+ds+~0.1.8+ds-1 |
| Changed-By | Jonas Smedegaard |
| Architecture | source all |
| Distribution | experimental |
| Date | Fri, 10 Apr 2026 12:37:58 +0200 |
Changelog
rust-perf-event2 (0.7.4+ds+~0.1.8+ds-1) experimental; urgency=medium
.
* initial packaging release;
closes: bug#1133132, 1133133
* embedding crate perf-event-data due to circular dependencies.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | librust-perf-event2-dev deb rust optional arch=all |
| Section | rust |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: perf-event Upstream-Contact: https://github.com/phantomical/perf-event/issues https://github.com/phantomical/perf-event-data/issues Source: https://github.com/phantomical/perf-event https://github.com/phantomical/perf-event-data . Repackaged, excluding any .git* files Files-Excluded: */.git* Files-Excluded-Xdata: */.git* Files: * Copyright: Jim Blandy <jimb@red-bean.com> Sean Lynch <sean@lynches.ca> License-Grant: license = "MIT OR Apache-2.0" License: Apache-2.0 or Expat Reference: */Cargo.toml */LICENSE-APACHE */LICENSE-MIT Comment: Source contains no copyright statement. Copyright is assumed from Author field in files <perf-event/Cargo.toml> and <perf-event-open-sys/Cargo.toml> Files: debian/* Copyright: 2026 Jonas Smedegaard <dr@jones.dk> License-Grant: This packaging is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3, or (at your option) any later version. License: GPL-3+ Reference: debian/copyright Files: debian/patches/* Copyright: Jonas Smedegaard <dr@jones.dk> License: Apache-2.0 or Expat Reference: */Cargo.toml */LICENSE-APACHE */LICENSE-MIT Comment: Patches commonly lack explicit copyright and license. For the cases where patches are copyrightable at all, copyright is assumed to be held by the author, and license is assumed to be the same as main upstream license. License: Apache-2.0 Reference: /usr/share/common-licenses/Apache-2.0 License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-3+ Reference: /usr/share/common-licenses/GPL-3