aya-rs / book

The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.dev/book/
Apache License 2.0
79 stars 60 forks source link

A tutorial to explain use of Rust-Aya for writing tracepoint programs #157

Open nsengupta opened 6 months ago

nsengupta commented 6 months ago

My intention is to fill in the missing portions (at least, some of it) in aya-book's tutorials.

Here is an attempt to do that for tracepoints.

I presume, this will be useful for all aspiring Rust-Aya programmers.

netlify[bot] commented 6 months ago

Deploy Preview for aya-rs ready!

Name Link
Latest commit d4c7cca731624f7be325ac93379a069a1c039774
Latest deploy log https://app.netlify.com/sites/aya-rs/deploys/6672752d22ff6e0008e5eb82
Deploy Preview https://deploy-preview-157--aya-rs.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.

nsengupta commented 5 months ago

@vadorovsky I have been away for quite some time. Apologies and thanks for your observations.

I have merged the changes. Please check in your own time.

vadorovsky commented 3 days ago

@nsengupta Sorry for even later reaction from my side! Could you rebase your PR? You will likely get some markdownlint errors to fix.

For the next time, could you also submit pull requests from other branches than main? When a pull request is based on a custom branch, "Update branch" functionality of GitHub works well and maintainers of the main project are able to push to that custom branch as well. In that case, we could sort out the rebase without bothering you. :slightly_smiling_face: