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

Feat/54 extend ebpf #83

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Feat/54 extend ebpf #83

merged 4 commits into from
Nov 13, 2024

Conversation

der-whity
Copy link
Contributor

implemented KProbe for vfs_write.

this closes #54

@Mr-Kanister Mr-Kanister requested a review from fhilgers November 13, 2024 10:38
@Mr-Kanister
Copy link
Contributor

Is there any way to test this to get it reviewed by someone who has never coded for ebpf?

Copy link
Collaborator

@fhilgers fhilgers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had no time to run the code yet, but as it is hidden behind the DEBUG variable, it should not break anything anyway.

From just looking at the code, it seems very good!

rust/example/src/main.rs Show resolved Hide resolved
rust/example-ebpf/src/main.rs Show resolved Hide resolved
@fhilgers
Copy link
Collaborator

Is there any way to test this to get it reviewed by someone who has never coded for ebpf?

If you want to test it, you can set the DEBUG variable in the example/src/main.rs to true. Then run cargo xtask server

@fhilgers fhilgers merged commit 946ac33 into dev Nov 13, 2024
6 checks passed
@der-whity der-whity deleted the feat/54-extendEbpf branch November 14, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants