From 6d2bc2f51ed358fae8979120c8d38fef9d00a65a Mon Sep 17 00:00:00 2001 From: LucaGuerra Date: Wed, 1 Mar 2023 02:56:40 +0000 Subject: [PATCH] update(driver): update syscalls tables and driver report. Signed-off-by: GitHub --- driver/report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/driver/report.md b/driver/report.md index d7ef64e5977..167ad8ea59c 100644 --- a/driver/report.md +++ b/driver/report.md @@ -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 | |-------------------------|-----------|