Skip to content

Commit

Permalink
update(driver): update syscalls tables and driver report.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
LucaGuerra authored Mar 1, 2023
1 parent 8de4438 commit 6d2bc2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions driver/report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Supported Syscalls

A table that describes which syscalls are mapped to a specific event in the event table.
Syscalls that are not mapped to any event, are instead mapped to the `generic` one.
Specific events are capable of extracting information from the syscall, while the generic ones can only tell which syscall happened.
This table represents the syscalls supported by our drivers.

🟢 means that the syscall is fully instrumented so its parameters are available to userspace.
🟡 means that the syscall is not fully instrumented so the userspace is just notified when the syscall happens but no parameters are available.

| SYSCALL | SUPPORTED |
|-------------------------|-----------|
Expand Down

0 comments on commit 6d2bc2f

Please sign in to comment.