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

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tracepoints.md
Updated the path to source code for the tutorial
nsengupta authored May 18, 2024
commit b649866f929b5a68087a03f8dc93e2db0554f00b
2 changes: 1 addition & 1 deletion docs/book/programs/tracepoints.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

!!! example "Source Code"

Full code for the example in this chapter is available [here](https://github.com/aya-rs/book/tree/main/examples/aya-tracepoint-echo-open).
Full code for the example in this chapter is available [here](https://github.com/nsengupta/book/tree/main/examples/aya-tracepoint-echo-open).

# What are the tracepoints in eBPF?