-
Notifications
You must be signed in to change notification settings - Fork 416
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(events): add io_uring visibility #3603
base: main
Are you sure you want to change the base?
Conversation
5f68284
to
e8af658
Compare
e260b80
to
ac899fc
Compare
4b74e80
to
1b9bcda
Compare
5aa8d36
to
14433fb
Compare
9227f5e
to
dba6b09
Compare
add events to allow visibility to io_uring operations in the system. the added events are: io_uring_create - creation of io_uring queue io_issue_sqe - submission of io_uring request io_write - operation of write using io_uring
a185608
to
b941393
Compare
current status: io_uring_create event doesn't work on kernels v5.1 - v5.4: the tests don't pass because of the context of the event:
missing probes warnings at tracee startup: |
We have this update #3875 Please rebase your PR against main to make use of the new workflow setup. |
1. Explain what the PR does
2. Explain how to test it
3. Other comments
close: #309