feat(events): add io_uring visibility#3603
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. |
|
Closing in favor of #5069 |
1. Explain what the PR does
2. Explain how to test it
3. Other comments
close: #309