diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-20 22:25:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-20 22:25:40 +0300 |
| commit | 7a9839917461b12c810329ccb8fd3c6de06902d2 (patch) | |
| tree | 7e68d52cec796d8a4d7b5110ba87cdce48a0fcb9 /internal/c/generated_tracepoints_result.txt | |
| parent | 271af607921ceabc640271c475a66e45b9460d3f (diff) | |
d7: add POSIX mq syscall kind/classification and coverage
Diffstat (limited to 'internal/c/generated_tracepoints_result.txt')
| -rw-r--r-- | internal/c/generated_tracepoints_result.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/internal/c/generated_tracepoints_result.txt b/internal/c/generated_tracepoints_result.txt index 3a5282e..892cb1a 100644 --- a/internal/c/generated_tracepoints_result.txt +++ b/internal/c/generated_tracepoints_result.txt @@ -175,12 +175,12 @@ sys_enter_mount_setattr is a struct path_event sys_enter_move_mount is a struct two_fd_event sys_enter_move_pages is a struct null_event sys_enter_mprotect is a struct null_event -sys_enter_mq_getsetattr is a struct null_event -sys_enter_mq_notify is a struct null_event -sys_enter_mq_open is a struct null_event -sys_enter_mq_timedreceive is a struct null_event -sys_enter_mq_timedsend is a struct null_event -sys_enter_mq_unlink is a struct null_event +sys_enter_mq_getsetattr is a struct fd_event +sys_enter_mq_notify is a struct fd_event +sys_enter_mq_open is a struct open_event +sys_enter_mq_timedreceive is a struct fd_event +sys_enter_mq_timedsend is a struct fd_event +sys_enter_mq_unlink is a struct path_event sys_enter_mremap is a struct mem_event sys_enter_mseal is a struct null_event sys_enter_msgctl is a struct null_event @@ -545,8 +545,8 @@ sys_exit_mprotect is a struct ret_event (UNCLASSIFIED) sys_exit_mq_getsetattr is a struct ret_event (UNCLASSIFIED) sys_exit_mq_notify is a struct ret_event (UNCLASSIFIED) sys_exit_mq_open is a struct ret_event (UNCLASSIFIED) -sys_exit_mq_timedreceive is a struct ret_event (UNCLASSIFIED) -sys_exit_mq_timedsend is a struct ret_event (UNCLASSIFIED) +sys_exit_mq_timedreceive is a struct ret_event (READ_CLASSIFIED) +sys_exit_mq_timedsend is a struct ret_event (WRITE_CLASSIFIED) sys_exit_mq_unlink is a struct ret_event (UNCLASSIFIED) sys_exit_mremap is a struct ret_event (UNCLASSIFIED) sys_exit_mseal is a struct ret_event (UNCLASSIFIED) |
