Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codegen: add bpf_perf_event_type enum bindings #1018

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

tyrone-wu
Copy link
Contributor

@tyrone-wu tyrone-wu commented Sep 3, 2024

Adds the bpf_perf_event_type enum to Rust FFI bindings.
This enum is used in perf_event.type field in bpf_link_info (https://elixir.bootlin.com/linux/v6.6/source/include/uapi/linux/bpf.h#L6530).

I plan to use it in another PR (coming soon) that implements LinkInfo for bpf_link_info.

Adds the `bpf_perf_event_type` enum to FFI bindings, which is being used
in the `perf_event.type` field in `bpf_link_info`.
Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit ea11304
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/66d7a1e0d5a94100089d05c7
😎 Deploy Preview https://deploy-preview-1018--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify mergify bot added the test A PR that improves test cases or CI label Sep 3, 2024
@alessandrod alessandrod merged commit 9406601 into aya-rs:main Sep 4, 2024
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test A PR that improves test cases or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants