Add read and write tracers #93
Labels
GFI:Easy
Difficulty label: Easy for good first issue
good first issue
Good for newcomers
help wanted
Extra attention is needed
🚅Search before asking
We needs many tracers using eBPF to track operations on data. There is no tracers to trace read and write operations on files. So we need
read
andwrite
tracers.🚅Description
Add new
read
andwrite
bcctracer just like other tracers here.🏕Solution
1.See our Developer Manual
2.Look at implentation of other tracers.
3.Fork our project and use BCC to write bcctracers under our framework and test them locally.
4.Create a PR.
The text was updated successfully, but these errors were encountered: