diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-08 23:07:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-08 23:07:15 +0300 |
| commit | 28942a873caa0721e47dd0cf07dbff19629a88be (patch) | |
| tree | 031e842a94279e99d5eef79ffe945d21da8b5d20 /internal/c | |
| parent | f5bcffa15b1279add0e26c96ed4e8ef0471dc06b (diff) | |
classify more tracepoints
Diffstat (limited to 'internal/c')
| -rw-r--r-- | internal/c/generate_tracepoints_c.raku | 21 | ||||
| -rw-r--r-- | internal/c/generated_tracepoints.c | 884 |
2 files changed, 456 insertions, 449 deletions
diff --git a/internal/c/generate_tracepoints_c.raku b/internal/c/generate_tracepoints_c.raku index 02e7532..cdccad0 100644 --- a/internal/c/generate_tracepoints_c.raku +++ b/internal/c/generate_tracepoints_c.raku @@ -138,19 +138,26 @@ role TracepointClassification { method classify-tracepoint(Str \name --> Str) { self.classify: name.subst(/^SYS_EXIT_/, '').lc } # TODO: Use patterh matching, e.g. pread.*, evwrite.*.. - multi method classify('getdents64' --> Str) { 'READ_CLASSIFIED' } + multi method classify('fgetxattr' --> Str) { 'READ_CLASSIFIED' } + multi method classify('flistxattr' --> Str) { 'READ_CLASSIFIED' } multi method classify('getdents' --> Str) { 'READ_CLASSIFIED' } + multi method classify('getdents64' --> Str) { 'READ_CLASSIFIED' } + multi method classify('getxattr' --> Str) { 'READ_CLASSIFIED' } + multi method classify('lgetxattr' --> Str) { 'READ_CLASSIFIED' } + multi method classify('listxattr' --> Str) { 'READ_CLASSIFIED' } + multi method classify('llistxattr' --> Str) { 'READ_CLASSIFIED' } multi method classify('pread64' --> Str) { 'READ_CLASSIFIED' } - multi method classify('preadv2' --> Str) { 'READ_CLASSIFIED' } multi method classify('preadv' --> Str) { 'READ_CLASSIFIED' } + multi method classify('preadv2' --> Str) { 'READ_CLASSIFIED' } multi method classify('process_vm_readv' --> Str) { 'READ_CLASSIFIED' } - multi method classify('readlinkat' --> Str) { 'READ_CLASSIFIED' } - multi method classify('readlink' --> Str) { 'READ_CLASSIFIED' } multi method classify('read' --> Str) { 'READ_CLASSIFIED' } + multi method classify('readlink' --> Str) { 'READ_CLASSIFIED' } + multi method classify('readlinkat' --> Str) { 'READ_CLASSIFIED' } multi method classify('readv' --> Str) { 'READ_CLASSIFIED' } - multi method classify('recvfrom' --> Str) { 'READ_CLASSIFIED' } multi method classify('recvmmsg' --> Str) { 'READ_CLASSIFIED' } multi method classify('recvmsg' --> Str) { 'READ_CLASSIFIED' } + multi method classify('recvfrom' --> Str) { 'READ_CLASSIFIED' } + multi method classify('syslog' --> Str) { 'READ_CLASSIFIED' } multi method classify('copy_file_range' --> Str) { 'TRANSFER_CLASSIFIED' } multi method classify('sendfile64' --> Str) { 'TRANSFER_CLASSIFIED' } @@ -160,13 +167,13 @@ role TracepointClassification { multi method classify('process_vm_writev' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('pwrite64' --> Str) { 'WRITE_CLASSIFIED' } - multi method classify('pwritev2' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('pwritev' --> Str) { 'WRITE_CLASSIFIED' } + multi method classify('pwritev2' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('sendmmsg' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('sendmsg' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('sendto' --> Str) { 'WRITE_CLASSIFIED' } - multi method classify('writev' --> Str) { 'WRITE_CLASSIFIED' } multi method classify('write' --> Str) { 'WRITE_CLASSIFIED' } + multi method classify('writev' --> Str) { 'WRITE_CLASSIFIED' } multi method classify($ --> Str) { 'UNCLASSIFIED' } } diff --git a/internal/c/generated_tracepoints.c b/internal/c/generated_tracepoints.c index 6708962..854cf54 100644 --- a/internal/c/generated_tracepoints.c +++ b/internal/c/generated_tracepoints.c @@ -1,476 +1,476 @@ // Code generated - don't change manually! -/// Ignoring sys_enter_set_mempolicy_home_node sys_exit_set_mempolicy_home_node as possibly not file I/O related -/// Ignoring sys_enter_setpgid sys_exit_setpgid as possibly not file I/O related -/// Ignoring sys_enter_swapon sys_exit_swapon as possibly not file I/O related -/// Ignoring sys_enter_set_robust_list sys_exit_set_robust_list as possibly not file I/O related -/// Ignoring sys_enter_ustat sys_exit_ustat as possibly not file I/O related -/// Ignoring sys_enter_acct sys_exit_acct as possibly not file I/O related -/// Ignoring sys_enter_statmount sys_exit_statmount as possibly not file I/O related -/// Ignoring sys_enter_select sys_exit_select as possibly not file I/O related -/// Ignoring sys_enter_pidfd_send_signal sys_exit_pidfd_send_signal as possibly not file I/O related +/// Ignoring sys_enter_mq_unlink sys_exit_mq_unlink as possibly not file I/O related +/// Ignoring sys_enter_mount sys_exit_mount as possibly not file I/O related +/// Ignoring sys_enter_tkill sys_exit_tkill as possibly not file I/O related +/// Ignoring sys_enter_sched_setaffinity sys_exit_sched_setaffinity as possibly not file I/O related +/// Ignoring sys_enter_getegid sys_exit_getegid as possibly not file I/O related +/// Ignoring sys_enter_mknod sys_exit_mknod as possibly not file I/O related +/// Ignoring sys_enter_clone sys_exit_clone as possibly not file I/O related +/// Ignoring sys_enter_setsid sys_exit_setsid as possibly not file I/O related +/// Ignoring sys_enter_keyctl sys_exit_keyctl as possibly not file I/O related +/// Ignoring sys_enter_semget sys_exit_semget as possibly not file I/O related +/// Ignoring sys_enter_sched_rr_get_interval sys_exit_sched_rr_get_interval as possibly not file I/O related +/// Ignoring sys_enter_semop sys_exit_semop as possibly not file I/O related +/// Ignoring sys_enter_vhangup sys_exit_vhangup as possibly not file I/O related +/// Ignoring sys_enter_getpgrp sys_exit_getpgrp as possibly not file I/O related +/// Ignoring sys_enter_timer_create sys_exit_timer_create as possibly not file I/O related +/// Ignoring sys_enter_memfd_secret sys_exit_memfd_secret as possibly not file I/O related +/// Ignoring sys_enter_tgkill sys_exit_tgkill as possibly not file I/O related +/// Ignoring sys_enter_execveat sys_exit_execveat as possibly not file I/O related /// Ignoring sys_enter_inotify_rm_watch sys_exit_inotify_rm_watch as possibly not file I/O related -/// Ignoring sys_enter_sched_get_priority_max sys_exit_sched_get_priority_max as possibly not file I/O related -/// Ignoring sys_enter_sched_get_priority_min sys_exit_sched_get_priority_min as possibly not file I/O related +/// Ignoring sys_enter_copy_file_range sys_exit_copy_file_range as possibly not file I/O related +/// Ignoring sys_enter_futex_wake sys_exit_futex_wake as possibly not file I/O related +/// Ignoring sys_enter_ioperm sys_exit_ioperm as possibly not file I/O related +/// Ignoring sys_enter_rt_sigsuspend sys_exit_rt_sigsuspend as possibly not file I/O related +/// Ignoring sys_enter_process_vm_writev sys_exit_process_vm_writev as possibly not file I/O related +/// Ignoring sys_enter_timerfd_create sys_exit_timerfd_create as possibly not file I/O related /// Ignoring sys_enter_bpf sys_exit_bpf as possibly not file I/O related +/// Ignoring sys_enter_remap_file_pages sys_exit_remap_file_pages as possibly not file I/O related +/// Ignoring sys_enter_clone3 sys_exit_clone3 as possibly not file I/O related +/// Ignoring sys_enter_reboot sys_exit_reboot as possibly not file I/O related +/// Ignoring sys_enter_getresuid sys_exit_getresuid as possibly not file I/O related +/// Ignoring sys_enter_get_mempolicy sys_exit_get_mempolicy as possibly not file I/O related +/// Ignoring sys_enter_getpgid sys_exit_getpgid as possibly not file I/O related +/// Ignoring sys_enter_msgrcv sys_exit_msgrcv as possibly not file I/O related +/// Ignoring sys_enter_kexec_file_load sys_exit_kexec_file_load as possibly not file I/O related +/// Ignoring sys_enter_set_mempolicy_home_node sys_exit_set_mempolicy_home_node as possibly not file I/O related +/// Ignoring sys_enter_getuid sys_exit_getuid as possibly not file I/O related +/// Ignoring sys_enter_sendfile64 sys_exit_sendfile64 as possibly not file I/O related +/// Ignoring sys_enter_getrandom sys_exit_getrandom as possibly not file I/O related +/// Ignoring sys_enter_name_to_handle_at sys_exit_name_to_handle_at as possibly not file I/O related +/// Ignoring sys_enter_tee sys_exit_tee as possibly not file I/O related +/// Ignoring sys_enter_setrlimit sys_exit_setrlimit as possibly not file I/O related +/// Ignoring sys_enter_execve sys_exit_execve as possibly not file I/O related /// Ignoring sys_enter_mq_timedreceive sys_exit_mq_timedreceive as possibly not file I/O related -/// Ignoring sys_enter_mount sys_exit_mount as possibly not file I/O related -/// Ignoring sys_enter_accept sys_exit_accept as possibly not file I/O related -/// Ignoring sys_enter_shmdt sys_exit_shmdt as possibly not file I/O related -/// Ignoring sys_enter_time sys_exit_time as possibly not file I/O related -/// Ignoring sys_enter_ppoll sys_exit_ppoll as possibly not file I/O related -/// Ignoring sys_enter_setdomainname sys_exit_setdomainname as possibly not file I/O related -/// Ignoring sys_enter_sched_getscheduler sys_exit_sched_getscheduler as possibly not file I/O related -/// Ignoring sys_enter_timerfd_settime sys_exit_timerfd_settime as possibly not file I/O related -/// Ignoring sys_enter_msgsnd sys_exit_msgsnd as possibly not file I/O related -/// Ignoring sys_enter_mq_timedsend sys_exit_mq_timedsend as possibly not file I/O related +/// Ignoring sys_enter_open_by_handle_at sys_exit_open_by_handle_at as possibly not file I/O related +/// Ignoring sys_enter_process_mrelease sys_exit_process_mrelease as possibly not file I/O related +/// Ignoring sys_enter_ioprio_get sys_exit_ioprio_get as possibly not file I/O related /// Ignoring sys_enter_seccomp sys_exit_seccomp as possibly not file I/O related -/// Ignoring sys_enter_rt_sigtimedwait sys_exit_rt_sigtimedwait as possibly not file I/O related -/// Ignoring sys_enter_rseq sys_exit_rseq as possibly not file I/O related -/// Ignoring sys_enter_getpid sys_exit_getpid as possibly not file I/O related -/// Ignoring sys_enter_sched_setaffinity sys_exit_sched_setaffinity as possibly not file I/O related +/// Ignoring sys_enter_sched_getattr sys_exit_sched_getattr as possibly not file I/O related +/// Ignoring sys_enter_timer_delete sys_exit_timer_delete as possibly not file I/O related +/// Ignoring sys_enter_pidfd_send_signal sys_exit_pidfd_send_signal as possibly not file I/O related /// Ignoring sys_enter_semctl sys_exit_semctl as possibly not file I/O related -/// Ignoring sys_enter_lsm_list_modules sys_exit_lsm_list_modules as possibly not file I/O related -/// Ignoring sys_enter_setuid sys_exit_setuid as possibly not file I/O related -/// Ignoring sys_enter_setns sys_exit_setns as possibly not file I/O related -/// Ignoring sys_enter_mremap sys_exit_mremap as possibly not file I/O related -/// Ignoring sys_enter_pkey_free sys_exit_pkey_free as possibly not file I/O related -/// Ignoring sys_enter_getsockname sys_exit_getsockname as possibly not file I/O related -/// Ignoring sys_enter_signalfd4 sys_exit_signalfd4 as possibly not file I/O related -/// Ignoring sys_enter_pidfd_getfd sys_exit_pidfd_getfd as possibly not file I/O related -/// Ignoring sys_enter_pselect6 sys_exit_pselect6 as possibly not file I/O related -/// Ignoring sys_enter_pipe2 sys_exit_pipe2 as possibly not file I/O related +/// Ignoring sys_enter_timerfd_gettime sys_exit_timerfd_gettime as possibly not file I/O related +/// Ignoring sys_enter_umount sys_exit_umount as possibly not file I/O related +/// Ignoring sys_enter_epoll_ctl sys_exit_epoll_ctl as possibly not file I/O related +/// Ignoring sys_enter_select sys_exit_select as possibly not file I/O related +/// Ignoring sys_enter_fsmount sys_exit_fsmount as possibly not file I/O related +/// Ignoring sys_enter_setregid sys_exit_setregid as possibly not file I/O related +/// Ignoring sys_enter_setitimer sys_exit_setitimer as possibly not file I/O related +/// Ignoring sys_enter_unshare sys_exit_unshare as possibly not file I/O related +/// Ignoring sys_enter_setreuid sys_exit_setreuid as possibly not file I/O related +/// Ignoring sys_enter_mbind sys_exit_mbind as possibly not file I/O related +/// Ignoring sys_enter_semtimedop sys_exit_semtimedop as possibly not file I/O related +/// Ignoring sys_enter_sched_setparam sys_exit_sched_setparam as possibly not file I/O related +/// Ignoring sys_enter_timer_settime sys_exit_timer_settime as possibly not file I/O related +/// Ignoring sys_enter_fanotify_init sys_exit_fanotify_init as possibly not file I/O related +/// Ignoring sys_enter_rt_sigreturn sys_exit_rt_sigreturn as possibly not file I/O related +/// Ignoring sys_enter_getpeername sys_exit_getpeername as possibly not file I/O related +/// Ignoring sys_enter_set_mempolicy sys_exit_set_mempolicy as possibly not file I/O related +/// Ignoring sys_enter_mq_notify sys_exit_mq_notify as possibly not file I/O related +/// Ignoring sys_enter_restart_syscall sys_exit_restart_syscall as possibly not file I/O related +/// Ignoring sys_enter_clock_nanosleep sys_exit_clock_nanosleep as possibly not file I/O related +/// Ignoring sys_enter_listen sys_exit_listen as possibly not file I/O related +/// Ignoring sys_enter_rseq sys_exit_rseq as possibly not file I/O related +/// Ignoring sys_enter_recvmmsg sys_exit_recvmmsg as possibly not file I/O related +/// Ignoring sys_enter_kill sys_exit_kill as possibly not file I/O related +/// Ignoring sys_enter_sched_get_priority_min sys_exit_sched_get_priority_min as possibly not file I/O related +/// Ignoring sys_enter_landlock_add_rule sys_exit_landlock_add_rule as possibly not file I/O related +/// Ignoring sys_enter_sched_yield sys_exit_sched_yield as possibly not file I/O related /// Ignoring sys_enter_get_robust_list sys_exit_get_robust_list as possibly not file I/O related +/// Ignoring sys_enter_getresgid sys_exit_getresgid as possibly not file I/O related +/// Ignoring sys_enter_utime sys_exit_utime as possibly not file I/O related +/// Ignoring sys_enter_lsm_get_self_attr sys_exit_lsm_get_self_attr as possibly not file I/O related +/// Ignoring sys_enter_msgsnd sys_exit_msgsnd as possibly not file I/O related +/// Ignoring sys_enter_nanosleep sys_exit_nanosleep as possibly not file I/O related +/// Ignoring sys_enter_munlockall sys_exit_munlockall as possibly not file I/O related +/// Ignoring sys_enter_prlimit64 sys_exit_prlimit64 as possibly not file I/O related +/// Ignoring sys_enter_recvfrom sys_exit_recvfrom as possibly not file I/O related +/// Ignoring sys_enter_sendto sys_exit_sendto as possibly not file I/O related +/// Ignoring sys_enter_migrate_pages sys_exit_migrate_pages as possibly not file I/O related +/// Ignoring sys_enter_getpriority sys_exit_getpriority as possibly not file I/O related +/// Ignoring sys_enter_set_robust_list sys_exit_set_robust_list as possibly not file I/O related +/// Ignoring sys_enter_personality sys_exit_personality as possibly not file I/O related +/// Ignoring sys_enter_iopl sys_exit_iopl as possibly not file I/O related +/// Ignoring sys_enter_mlock sys_exit_mlock as possibly not file I/O related +/// Ignoring sys_enter_sched_getparam sys_exit_sched_getparam as possibly not file I/O related +/// Ignoring sys_enter_uretprobe sys_exit_uretprobe as possibly not file I/O related +/// Ignoring sys_enter_mq_timedsend sys_exit_mq_timedsend as possibly not file I/O related +/// Ignoring sys_enter_mincore sys_exit_mincore as possibly not file I/O related +/// Ignoring sys_enter_munlock sys_exit_munlock as possibly not file I/O related /// Ignoring sys_enter_landlock_create_ruleset sys_exit_landlock_create_ruleset as possibly not file I/O related -/// Ignoring sys_enter_setgid sys_exit_setgid as possibly not file I/O related /// Ignoring sys_enter_clock_adjtime sys_exit_clock_adjtime as possibly not file I/O related +/// Ignoring sys_enter_munmap sys_exit_munmap as possibly not file I/O related +/// Ignoring sys_enter_setgroups sys_exit_setgroups as possibly not file I/O related +/// Ignoring sys_enter_pkey_free sys_exit_pkey_free as possibly not file I/O related +/// Ignoring sys_enter_kcmp sys_exit_kcmp as possibly not file I/O related +/// Ignoring sys_enter_pidfd_getfd sys_exit_pidfd_getfd as possibly not file I/O related +/// Ignoring sys_enter_inotify_init1 sys_exit_inotify_init1 as possibly not file I/O related +/// Ignoring sys_enter_ppoll sys_exit_ppoll as possibly not file I/O related +/// Ignoring sys_enter_shmdt sys_exit_shmdt as possibly not file I/O related +/// Ignoring sys_enter_accept sys_exit_accept as possibly not file I/O related +/// Ignoring sys_enter_setgid sys_exit_setgid as possibly not file I/O related +/// Ignoring sys_enter_exit sys_exit_exit as possibly not file I/O related +/// Ignoring sys_enter_userfaultfd sys_exit_userfaultfd as possibly not file I/O related +/// Ignoring sys_enter_futex sys_exit_futex as possibly not file I/O related +/// Ignoring sys_enter_pause sys_exit_pause as possibly not file I/O related +/// Ignoring sys_enter_pkey_mprotect sys_exit_pkey_mprotect as possibly not file I/O related +/// Ignoring sys_enter_getcpu sys_exit_getcpu as possibly not file I/O related +/// Ignoring sys_enter_mseal sys_exit_mseal as possibly not file I/O related +/// Ignoring sys_enter_brk sys_exit_brk as possibly not file I/O related +/// Ignoring sys_enter_getrlimit sys_exit_getrlimit as possibly not file I/O related +/// Ignoring sys_enter_modify_ldt sys_exit_modify_ldt as possibly not file I/O related +/// Ignoring sys_enter_splice sys_exit_splice as possibly not file I/O related +/// Ignoring sys_enter_geteuid sys_exit_geteuid as possibly not file I/O related +/// Ignoring sys_enter_futex_waitv sys_exit_futex_waitv as possibly not file I/O related /// Ignoring sys_enter_inotify_init sys_exit_inotify_init as possibly not file I/O related -/// Ignoring sys_enter_rt_sigprocmask sys_exit_rt_sigprocmask as possibly not file I/O related -/// Ignoring sys_enter_setfsgid sys_exit_setfsgid as possibly not file I/O related -/// Ignoring sys_enter_mlock sys_exit_mlock as possibly not file I/O related -/// Ignoring sys_enter_tgkill sys_exit_tgkill as possibly not file I/O related -/// Ignoring sys_enter_getrandom sys_exit_getrandom as possibly not file I/O related -/// Ignoring sys_enter_futex_requeue sys_exit_futex_requeue as possibly not file I/O related -/// Ignoring sys_enter_sendmsg sys_exit_sendmsg as possibly not file I/O related -/// Ignoring sys_enter_memfd_secret sys_exit_memfd_secret as possibly not file I/O related -/// Ignoring sys_enter_mprotect sys_exit_mprotect as possibly not file I/O related -/// Ignoring sys_enter_connect sys_exit_connect as possibly not file I/O related -/// Ignoring sys_enter_request_key sys_exit_request_key as possibly not file I/O related -/// Ignoring sys_enter_add_key sys_exit_add_key as possibly not file I/O related -/// Ignoring sys_enter_listmount sys_exit_listmount as possibly not file I/O related -/// Ignoring sys_enter_msgrcv sys_exit_msgrcv as possibly not file I/O related /// Ignoring sys_enter_epoll_create1 sys_exit_epoll_create1 as possibly not file I/O related -/// Ignoring sys_enter_recvfrom sys_exit_recvfrom as possibly not file I/O related -/// Ignoring sys_enter_madvise sys_exit_madvise as possibly not file I/O related -/// Ignoring sys_enter_kexec_load sys_exit_kexec_load as possibly not file I/O related -/// Ignoring sys_enter_epoll_create sys_exit_epoll_create as possibly not file I/O related -/// Ignoring sys_enter_sigaltstack sys_exit_sigaltstack as possibly not file I/O related +/// Ignoring sys_enter_rt_sigprocmask sys_exit_rt_sigprocmask as possibly not file I/O related +/// Ignoring sys_enter_capget sys_exit_capget as possibly not file I/O related +/// Ignoring sys_enter_wait4 sys_exit_wait4 as possibly not file I/O related +/// Ignoring sys_enter_gettid sys_exit_gettid as possibly not file I/O related /// Ignoring sys_enter_setfsuid sys_exit_setfsuid as possibly not file I/O related -/// Ignoring sys_enter_setpriority sys_exit_setpriority as possibly not file I/O related -/// Ignoring sys_enter_pause sys_exit_pause as possibly not file I/O related -/// Ignoring sys_enter_sethostname sys_exit_sethostname as possibly not file I/O related -/// Ignoring sys_enter_setsockopt sys_exit_setsockopt as possibly not file I/O related -/// Ignoring sys_enter_pkey_mprotect sys_exit_pkey_mprotect as possibly not file I/O related -/// Ignoring sys_enter_semop sys_exit_semop as possibly not file I/O related -/// Ignoring sys_enter_listen sys_exit_listen as possibly not file I/O related -/// Ignoring sys_enter_mincore sys_exit_mincore as possibly not file I/O related -/// Ignoring sys_enter_getpriority sys_exit_getpriority as possibly not file I/O related -/// Ignoring sys_enter_rt_tgsigqueueinfo sys_exit_rt_tgsigqueueinfo as possibly not file I/O related -/// Ignoring sys_enter_name_to_handle_at sys_exit_name_to_handle_at as possibly not file I/O related /// Ignoring sys_enter_getsockopt sys_exit_getsockopt as possibly not file I/O related -/// Ignoring sys_enter_reboot sys_exit_reboot as possibly not file I/O related -/// Ignoring sys_enter_socketpair sys_exit_socketpair as possibly not file I/O related +/// Ignoring sys_enter_setresgid sys_exit_setresgid as possibly not file I/O related +/// Ignoring sys_enter_capset sys_exit_capset as possibly not file I/O related +/// Ignoring sys_enter_shutdown sys_exit_shutdown as possibly not file I/O related +/// Ignoring sys_enter_prctl sys_exit_prctl as possibly not file I/O related +/// Ignoring sys_enter_sysinfo sys_exit_sysinfo as possibly not file I/O related /// Ignoring sys_enter_delete_module sys_exit_delete_module as possibly not file I/O related -/// Ignoring sys_enter_mlock2 sys_exit_mlock2 as possibly not file I/O related -/// Ignoring sys_enter_map_shadow_stack sys_exit_map_shadow_stack as possibly not file I/O related -/// Ignoring sys_enter_shmat sys_exit_shmat as possibly not file I/O related -/// Ignoring sys_enter_epoll_pwait sys_exit_epoll_pwait as possibly not file I/O related -/// Ignoring sys_enter_setreuid sys_exit_setreuid as possibly not file I/O related -/// Ignoring sys_enter_mknodat sys_exit_mknodat as possibly not file I/O related -/// Ignoring sys_enter_kill sys_exit_kill as possibly not file I/O related -/// Ignoring sys_enter_process_mrelease sys_exit_process_mrelease as possibly not file I/O related -/// Ignoring sys_enter_iopl sys_exit_iopl as possibly not file I/O related -/// Ignoring sys_enter_sched_setattr sys_exit_sched_setattr as possibly not file I/O related -/// Ignoring sys_enter_execveat sys_exit_execveat as possibly not file I/O related -/// Ignoring sys_enter_getitimer sys_exit_getitimer as possibly not file I/O related -/// Ignoring sys_enter_exit sys_exit_exit as possibly not file I/O related -/// Ignoring sys_enter_sched_rr_get_interval sys_exit_sched_rr_get_interval as possibly not file I/O related -/// Ignoring sys_enter_timer_settime sys_exit_timer_settime as possibly not file I/O related -/// Ignoring sys_enter_copy_file_range sys_exit_copy_file_range as possibly not file I/O related -/// Ignoring sys_enter_capget sys_exit_capget as possibly not file I/O related -/// Ignoring sys_enter_inotify_init1 sys_exit_inotify_init1 as possibly not file I/O related -/// Ignoring sys_enter_setsid sys_exit_setsid as possibly not file I/O related -/// Ignoring sys_enter_munlock sys_exit_munlock as possibly not file I/O related -/// Ignoring sys_enter_timer_create sys_exit_timer_create as possibly not file I/O related -/// Ignoring sys_enter_nanosleep sys_exit_nanosleep as possibly not file I/O related -/// Ignoring sys_enter_sched_getparam sys_exit_sched_getparam as possibly not file I/O related -/// Ignoring sys_enter_fanotify_init sys_exit_fanotify_init as possibly not file I/O related -/// Ignoring sys_enter_setrlimit sys_exit_setrlimit as possibly not file I/O related -/// Ignoring sys_enter_set_tid_address sys_exit_set_tid_address as possibly not file I/O related -/// Ignoring sys_enter_accept4 sys_exit_accept4 as possibly not file I/O related -/// Ignoring sys_enter_kexec_file_load sys_exit_kexec_file_load as possibly not file I/O related -/// Ignoring sys_enter_getuid sys_exit_getuid as possibly not file I/O related -/// Ignoring sys_enter_modify_ldt sys_exit_modify_ldt as possibly not file I/O related -/// Ignoring sys_enter_ioperm sys_exit_ioperm as possibly not file I/O related -/// Ignoring sys_enter_mq_getsetattr sys_exit_mq_getsetattr as possibly not file I/O related -/// Ignoring sys_enter_adjtimex sys_exit_adjtimex as possibly not file I/O related +/// Ignoring sys_enter_sethostname sys_exit_sethostname as possibly not file I/O related +/// Ignoring sys_enter_setuid sys_exit_setuid as possibly not file I/O related +/// Ignoring sys_enter_getppid sys_exit_getppid as possibly not file I/O related +/// Ignoring sys_enter_fork sys_exit_fork as possibly not file I/O related +/// Ignoring sys_enter_sendmsg sys_exit_sendmsg as possibly not file I/O related +/// Ignoring sys_enter_alarm sys_exit_alarm as possibly not file I/O related +/// Ignoring sys_enter_sendmmsg sys_exit_sendmmsg as possibly not file I/O related +/// Ignoring sys_enter_futex_wait sys_exit_futex_wait as possibly not file I/O related +/// Ignoring sys_enter_add_key sys_exit_add_key as possibly not file I/O related /// Ignoring sys_enter_mlockall sys_exit_mlockall as possibly not file I/O related -/// Ignoring sys_enter_geteuid sys_exit_geteuid as possibly not file I/O related -/// Ignoring sys_enter_sysfs sys_exit_sysfs as possibly not file I/O related -/// Ignoring sys_enter_tee sys_exit_tee as possibly not file I/O related +/// Ignoring sys_enter_sched_setattr sys_exit_sched_setattr as possibly not file I/O related +/// Ignoring sys_enter_signalfd4 sys_exit_signalfd4 as possibly not file I/O related +/// Ignoring sys_enter_lsm_set_self_attr sys_exit_lsm_set_self_attr as possibly not file I/O related +/// Ignoring sys_enter_pidfd_open sys_exit_pidfd_open as possibly not file I/O related +/// Ignoring sys_enter_setns sys_exit_setns as possibly not file I/O related /// Ignoring sys_enter_sched_getaffinity sys_exit_sched_getaffinity as possibly not file I/O related -/// Ignoring sys_enter_epoll_ctl sys_exit_epoll_ctl as possibly not file I/O related -/// Ignoring sys_enter_personality sys_exit_personality as possibly not file I/O related -/// Ignoring sys_enter_remap_file_pages sys_exit_remap_file_pages as possibly not file I/O related +/// Ignoring sys_enter_move_pages sys_exit_move_pages as possibly not file I/O related +/// Ignoring sys_enter_rt_sigtimedwait sys_exit_rt_sigtimedwait as possibly not file I/O related +/// Ignoring sys_enter_recvmsg sys_exit_recvmsg as possibly not file I/O related +/// Ignoring sys_enter_getitimer sys_exit_getitimer as possibly not file I/O related +/// Ignoring sys_enter_shmat sys_exit_shmat as possibly not file I/O related +/// Ignoring sys_enter_setfsgid sys_exit_setfsgid as possibly not file I/O related +/// Ignoring sys_enter_sched_get_priority_max sys_exit_sched_get_priority_max as possibly not file I/O related +/// Ignoring sys_enter_mknodat sys_exit_mknodat as possibly not file I/O related +/// Ignoring sys_enter_timerfd_settime sys_exit_timerfd_settime as possibly not file I/O related +/// Ignoring sys_enter_map_shadow_stack sys_exit_map_shadow_stack as possibly not file I/O related +/// Ignoring sys_enter_pipe sys_exit_pipe as possibly not file I/O related +/// Ignoring sys_enter_clock_gettime sys_exit_clock_gettime as possibly not file I/O related +/// Ignoring sys_enter_socketpair sys_exit_socketpair as possibly not file I/O related +/// Ignoring sys_enter_timer_gettime sys_exit_timer_gettime as possibly not file I/O related +/// Ignoring sys_enter_utimes sys_exit_utimes as possibly not file I/O related +/// Ignoring sys_enter_getcwd sys_exit_getcwd as possibly not file I/O related +/// Ignoring sys_enter_getgid sys_exit_getgid as possibly not file I/O related +/// Ignoring sys_enter_waitid sys_exit_waitid as possibly not file I/O related +/// Ignoring sys_enter_shmctl sys_exit_shmctl as possibly not file I/O related +/// Ignoring sys_enter_exit_group sys_exit_exit_group as possibly not file I/O related +/// Ignoring sys_enter_eventfd sys_exit_eventfd as possibly not file I/O related +/// Ignoring sys_enter_eventfd2 sys_exit_eventfd2 as possibly not file I/O related /// Ignoring sys_enter_getsid sys_exit_getsid as possibly not file I/O related -/// Ignoring sys_enter_quotactl sys_exit_quotactl as possibly not file I/O related +/// Ignoring sys_enter_mlock2 sys_exit_mlock2 as possibly not file I/O related +/// Ignoring sys_enter_mq_getsetattr sys_exit_mq_getsetattr as possibly not file I/O related +/// Ignoring sys_enter_getrusage sys_exit_getrusage as possibly not file I/O related +/// Ignoring sys_enter_pivot_root sys_exit_pivot_root as possibly not file I/O related /// Ignoring sys_enter_process_vm_readv sys_exit_process_vm_readv as possibly not file I/O related -/// Ignoring sys_enter_rt_sigpending sys_exit_rt_sigpending as possibly not file I/O related +/// Ignoring sys_enter_perf_event_open sys_exit_perf_event_open as possibly not file I/O related +/// Ignoring sys_enter_getpid sys_exit_getpid as possibly not file I/O related +/// Ignoring sys_enter_setpriority sys_exit_setpriority as possibly not file I/O related +/// Ignoring sys_enter_poll sys_exit_poll as possibly not file I/O related /// Ignoring sys_enter_arch_prctl sys_exit_arch_prctl as possibly not file I/O related -/// Ignoring sys_enter_shmget sys_exit_shmget as possibly not file I/O related -/// Ignoring sys_enter_utimes sys_exit_utimes as possibly not file I/O related -/// Ignoring sys_enter_mseal sys_exit_mseal as possibly not file I/O related -/// Ignoring sys_enter_timerfd_gettime sys_exit_timerfd_gettime as possibly not file I/O related -/// Ignoring sys_enter_recvmsg sys_exit_recvmsg as possibly not file I/O related -/// Ignoring sys_enter_timer_gettime sys_exit_timer_gettime as possibly not file I/O related -/// Ignoring sys_enter_setgroups sys_exit_setgroups as possibly not file I/O related -/// Ignoring sys_enter_timer_getoverrun sys_exit_timer_getoverrun as possibly not file I/O related -/// Ignoring sys_enter_membarrier sys_exit_membarrier as possibly not file I/O related -/// Ignoring sys_enter_bind sys_exit_bind as possibly not file I/O related -/// Ignoring sys_enter_rt_sigsuspend sys_exit_rt_sigsuspend as possibly not file I/O related -/// Ignoring sys_enter_semget sys_exit_semget as possibly not file I/O related -/// Ignoring sys_enter_prlimit64 sys_exit_prlimit64 as possibly not file I/O related -/// Ignoring sys_enter_recvmmsg sys_exit_recvmmsg as possibly not file I/O related -/// Ignoring sys_enter_vhangup sys_exit_vhangup as possibly not file I/O related +/// Ignoring sys_enter_accept4 sys_exit_accept4 as possibly not file I/O related +/// Ignoring sys_enter_ustat sys_exit_ustat as possibly not file I/O related +/// Ignoring sys_enter_sysfs sys_exit_sysfs as possibly not file I/O related +/// Ignoring sys_enter_statmount sys_exit_statmount as possibly not file I/O related +/// Ignoring sys_enter_process_madvise sys_exit_process_madvise as possibly not file I/O related +/// Ignoring sys_enter_sigaltstack sys_exit_sigaltstack as possibly not file I/O related +/// Ignoring sys_enter_memfd_create sys_exit_memfd_create as possibly not file I/O related +/// Ignoring sys_enter_rt_sigaction sys_exit_rt_sigaction as possibly not file I/O related +/// Ignoring sys_enter_setresuid sys_exit_setresuid as possibly not file I/O related +/// Ignoring sys_enter_request_key sys_exit_request_key as possibly not file I/O related +/// Ignoring sys_enter_kexec_load sys_exit_kexec_load as possibly not file I/O related /// Ignoring sys_enter_init_module sys_exit_init_module as possibly not file I/O related -/// Ignoring sys_enter_mq_unlink sys_exit_mq_unlink as possibly not file I/O related -/// Ignoring sys_enter_sendfile64 sys_exit_sendfile64 as possibly not file I/O related -/// Ignoring sys_enter_setregid sys_exit_setregid as possibly not file I/O related -/// Ignoring sys_enter_clock_settime sys_exit_clock_settime as possibly not file I/O related -/// Ignoring sys_enter_getppid sys_exit_getppid as possibly not file I/O related -/// Ignoring sys_enter_open_by_handle_at sys_exit_open_by_handle_at as possibly not file I/O related -/// Ignoring sys_enter_msgget sys_exit_msgget as possibly not file I/O related -/// Ignoring sys_enter_getgid sys_exit_getgid as possibly not file I/O related -/// Ignoring sys_enter_getegid sys_exit_getegid as possibly not file I/O related -/// Ignoring sys_enter_msync sys_exit_msync as possibly not file I/O related -/// Ignoring sys_enter_keyctl sys_exit_keyctl as possibly not file I/O related -/// Ignoring sys_enter_userfaultfd sys_exit_userfaultfd as possibly not file I/O related -/// Ignoring sys_enter_swapoff sys_exit_swapoff as possibly not file I/O related +/// Ignoring sys_enter_setpgid sys_exit_setpgid as possibly not file I/O related /// Ignoring sys_enter_ptrace sys_exit_ptrace as possibly not file I/O related -/// Ignoring sys_enter_fsmount sys_exit_fsmount as possibly not file I/O related -/// Ignoring sys_enter_sched_getattr sys_exit_sched_getattr as possibly not file I/O related -/// Ignoring sys_enter_unshare sys_exit_unshare as possibly not file I/O related -/// Ignoring sys_enter_getrusage sys_exit_getrusage as possibly not file I/O related -/// Ignoring sys_enter_set_mempolicy sys_exit_set_mempolicy as possibly not file I/O related -/// Ignoring sys_enter_inotify_add_watch sys_exit_inotify_add_watch as possibly not file I/O related -/// Ignoring sys_enter_getpgrp sys_exit_getpgrp as possibly not file I/O related +/// Ignoring sys_enter_bind sys_exit_bind as possibly not file I/O related +/// Ignoring sys_enter_rt_sigpending sys_exit_rt_sigpending as possibly not file I/O related +/// Ignoring sys_enter_fsopen sys_exit_fsopen as possibly not file I/O related +/// Ignoring sys_enter_rt_tgsigqueueinfo sys_exit_rt_tgsigqueueinfo as possibly not file I/O related +/// Ignoring sys_enter_epoll_create sys_exit_epoll_create as possibly not file I/O related +/// Ignoring sys_enter_landlock_restrict_self sys_exit_landlock_restrict_self as possibly not file I/O related +/// Ignoring sys_enter_move_mount sys_exit_move_mount as possibly not file I/O related +/// Ignoring sys_enter_vfork sys_exit_vfork as possibly not file I/O related +/// Ignoring sys_enter_listmount sys_exit_listmount as possibly not file I/O related +/// Ignoring sys_enter_umask sys_exit_umask as possibly not file I/O related +/// Ignoring sys_enter_msync sys_exit_msync as possibly not file I/O related +/// Ignoring sys_enter_epoll_pwait sys_exit_epoll_pwait as possibly not file I/O related /// Ignoring sys_enter_epoll_wait sys_exit_epoll_wait as possibly not file I/O related -/// Ignoring sys_enter_kcmp sys_exit_kcmp as possibly not file I/O related -/// Ignoring sys_enter_setresgid sys_exit_setresgid as possibly not file I/O related -/// Ignoring sys_enter_sched_setparam sys_exit_sched_setparam as possibly not file I/O related -/// Ignoring sys_enter_ioprio_set sys_exit_ioprio_set as possibly not file I/O related -/// Ignoring sys_enter_ioprio_get sys_exit_ioprio_get as possibly not file I/O related -/// Ignoring sys_enter_rt_sigreturn sys_exit_rt_sigreturn as possibly not file I/O related -/// Ignoring sys_enter_munmap sys_exit_munmap as possibly not file I/O related -/// Ignoring sys_enter_sendmmsg sys_exit_sendmmsg as possibly not file I/O related -/// Ignoring sys_enter_getpgid sys_exit_getpgid as possibly not file I/O related -/// Ignoring sys_enter_shmctl sys_exit_shmctl as possibly not file I/O related -/// Ignoring sys_enter_futex_waitv sys_exit_futex_waitv as possibly not file I/O related +/// Ignoring sys_enter_time sys_exit_time as possibly not file I/O related /// Ignoring sys_enter_sched_setscheduler sys_exit_sched_setscheduler as possibly not file I/O related -/// Ignoring sys_enter_wait4 sys_exit_wait4 as possibly not file I/O related -/// Ignoring sys_enter_waitid sys_exit_waitid as possibly not file I/O related -/// Ignoring sys_enter_brk sys_exit_brk as possibly not file I/O related -/// Ignoring sys_enter_shutdown sys_exit_shutdown as possibly not file I/O related -/// Ignoring sys_enter_clone sys_exit_clone as possibly not file I/O related -/// Ignoring sys_enter_splice sys_exit_splice as possibly not file I/O related -/// Ignoring sys_enter_signalfd sys_exit_signalfd as possibly not file I/O related -/// Ignoring sys_enter_prctl sys_exit_prctl as possibly not file I/O related +/// Ignoring sys_enter_swapoff sys_exit_swapoff as possibly not file I/O related +/// Ignoring sys_enter_set_tid_address sys_exit_set_tid_address as possibly not file I/O related +/// Ignoring sys_enter_sched_getscheduler sys_exit_sched_getscheduler as possibly not file I/O related +/// Ignoring sys_enter_ioprio_set sys_exit_ioprio_set as possibly not file I/O related +/// Ignoring sys_enter_acct sys_exit_acct as possibly not file I/O related +/// Ignoring sys_enter_pselect6 sys_exit_pselect6 as possibly not file I/O related +/// Ignoring sys_enter_membarrier sys_exit_membarrier as possibly not file I/O related /// Ignoring sys_enter_mq_open sys_exit_mq_open as possibly not file I/O related -/// Ignoring sys_enter_times sys_exit_times as possibly not file I/O related -/// Ignoring sys_enter_getpeername sys_exit_getpeername as possibly not file I/O related -/// Ignoring sys_enter_getgroups sys_exit_getgroups as possibly not file I/O related -/// Ignoring sys_enter_clock_gettime sys_exit_clock_gettime as possibly not file I/O related +/// Ignoring sys_enter_clock_settime sys_exit_clock_settime as possibly not file I/O related +/// Ignoring sys_enter_newuname sys_exit_newuname as possibly not file I/O related +/// Ignoring sys_enter_msgctl sys_exit_msgctl as possibly not file I/O related +/// Ignoring sys_enter_connect sys_exit_connect as possibly not file I/O related +/// Ignoring sys_enter_signalfd sys_exit_signalfd as possibly not file I/O related /// Ignoring sys_enter_rt_sigqueueinfo sys_exit_rt_sigqueueinfo as possibly not file I/O related -/// Ignoring sys_enter_rt_sigaction sys_exit_rt_sigaction as possibly not file I/O related -/// Ignoring sys_enter_fsopen sys_exit_fsopen as possibly not file I/O related -/// Ignoring sys_enter_vfork sys_exit_vfork as possibly not file I/O related +/// Ignoring sys_enter_getsockname sys_exit_getsockname as possibly not file I/O related /// Ignoring sys_enter_settimeofday sys_exit_settimeofday as possibly not file I/O related -/// Ignoring sys_enter_umask sys_exit_umask as possibly not file I/O related -/// Ignoring sys_enter_getresgid sys_exit_getresgid as possibly not file I/O related -/// Ignoring sys_enter_memfd_create sys_exit_memfd_create as possibly not file I/O related -/// Ignoring sys_enter_getresuid sys_exit_getresuid as possibly not file I/O related -/// Ignoring sys_enter_newuname sys_exit_newuname as possibly not file I/O related -/// Ignoring sys_enter_mbind sys_exit_mbind as possibly not file I/O related -/// Ignoring sys_enter_move_mount sys_exit_move_mount as possibly not file I/O related -/// Ignoring sys_enter_umount sys_exit_umount as possibly not file I/O related -/// Ignoring sys_enter_landlock_add_rule sys_exit_landlock_add_rule as possibly not file I/O related -/// Ignoring sys_enter_fork sys_exit_fork as possibly not file I/O related -/// Ignoring sys_enter_migrate_pages sys_exit_migrate_pages as possibly not file I/O related -/// Ignoring sys_enter_socket sys_exit_socket as possibly not file I/O related -/// Ignoring sys_enter_tkill sys_exit_tkill as possibly not file I/O related -/// Ignoring sys_enter_timer_delete sys_exit_timer_delete as possibly not file I/O related -/// Ignoring sys_enter_move_pages sys_exit_move_pages as possibly not file I/O related /// Ignoring sys_enter_clock_getres sys_exit_clock_getres as possibly not file I/O related -/// Ignoring sys_enter_pivot_root sys_exit_pivot_root as possibly not file I/O related -/// Ignoring sys_enter_sysinfo sys_exit_sysinfo as possibly not file I/O related -/// Ignoring sys_enter_futex_wait sys_exit_futex_wait as possibly not file I/O related -/// Ignoring sys_enter_clock_nanosleep sys_exit_clock_nanosleep as possibly not file I/O related -/// Ignoring sys_enter_setitimer sys_exit_setitimer as possibly not file I/O related +/// Ignoring sys_enter_timer_getoverrun sys_exit_timer_getoverrun as possibly not file I/O related +/// Ignoring sys_enter_quotactl sys_exit_quotactl as possibly not file I/O related +/// Ignoring sys_enter_mprotect sys_exit_mprotect as possibly not file I/O related +/// Ignoring sys_enter_getgroups sys_exit_getgroups as possibly not file I/O related +/// Ignoring sys_enter_adjtimex sys_exit_adjtimex as possibly not file I/O related +/// Ignoring sys_enter_times sys_exit_times as possibly not file I/O related +/// Ignoring sys_enter_socket sys_exit_socket as possibly not file I/O related +/// Ignoring sys_enter_mremap sys_exit_mremap as possibly not file I/O related +/// Ignoring sys_enter_inotify_add_watch sys_exit_inotify_add_watch as possibly not file I/O related +/// Ignoring sys_enter_shmget sys_exit_shmget as possibly not file I/O related +/// Ignoring sys_enter_swapon sys_exit_swapon as possibly not file I/O related /// Ignoring sys_enter_gettimeofday sys_exit_gettimeofday as possibly not file I/O related -/// Ignoring sys_enter_clone3 sys_exit_clone3 as possibly not file I/O related -/// Ignoring sys_enter_lsm_get_self_attr sys_exit_lsm_get_self_attr as possibly not file I/O related -/// Ignoring sys_enter_capset sys_exit_capset as possibly not file I/O related -/// Ignoring sys_enter_munlockall sys_exit_munlockall as possibly not file I/O related -/// Ignoring sys_enter_sendto sys_exit_sendto as possibly not file I/O related -/// Ignoring sys_enter_getcwd sys_exit_getcwd as possibly not file I/O related -/// Ignoring sys_enter_timerfd_create sys_exit_timerfd_create as possibly not file I/O related -/// Ignoring sys_enter_mknod sys_exit_mknod as possibly not file I/O related -/// Ignoring sys_enter_eventfd sys_exit_eventfd as possibly not file I/O related -/// Ignoring sys_enter_futex sys_exit_futex as possibly not file I/O related -/// Ignoring sys_enter_mq_notify sys_exit_mq_notify as possibly not file I/O related -/// Ignoring sys_enter_pkey_alloc sys_exit_pkey_alloc as possibly not file I/O related -/// Ignoring sys_enter_alarm sys_exit_alarm as possibly not file I/O related -/// Ignoring sys_enter_getcpu sys_exit_getcpu as possibly not file I/O related -/// Ignoring sys_enter_uretprobe sys_exit_uretprobe as possibly not file I/O related -/// Ignoring sys_enter_execve sys_exit_execve as possibly not file I/O related -/// Ignoring sys_enter_exit_group sys_exit_exit_group as possibly not file I/O related -/// Ignoring sys_enter_restart_syscall sys_exit_restart_syscall as possibly not file I/O related -/// Ignoring sys_enter_get_mempolicy sys_exit_get_mempolicy as possibly not file I/O related -/// Ignoring sys_enter_utime sys_exit_utime as possibly not file I/O related -/// Ignoring sys_enter_futex_wake sys_exit_futex_wake as possibly not file I/O related -/// Ignoring sys_enter_pidfd_open sys_exit_pidfd_open as possibly not file I/O related -/// Ignoring sys_enter_msgctl sys_exit_msgctl as possibly not file I/O related -/// Ignoring sys_enter_getrlimit sys_exit_getrlimit as possibly not file I/O related +/// Ignoring sys_enter_madvise sys_exit_madvise as possibly not file I/O related +/// Ignoring sys_enter_futex_requeue sys_exit_futex_requeue as possibly not file I/O related /// Ignoring sys_enter_epoll_pwait2 sys_exit_epoll_pwait2 as possibly not file I/O related -/// Ignoring sys_enter_eventfd2 sys_exit_eventfd2 as possibly not file I/O related -/// Ignoring sys_enter_poll sys_exit_poll as possibly not file I/O related -/// Ignoring sys_enter_gettid sys_exit_gettid as possibly not file I/O related -/// Ignoring sys_enter_landlock_restrict_self sys_exit_landlock_restrict_self as possibly not file I/O related -/// Ignoring sys_enter_process_madvise sys_exit_process_madvise as possibly not file I/O related -/// Ignoring sys_enter_lsm_set_self_attr sys_exit_lsm_set_self_attr as possibly not file I/O related -/// Ignoring sys_enter_perf_event_open sys_exit_perf_event_open as possibly not file I/O related -/// Ignoring sys_enter_sched_yield sys_exit_sched_yield as possibly not file I/O related -/// Ignoring sys_enter_pipe sys_exit_pipe as possibly not file I/O related -/// Ignoring sys_enter_semtimedop sys_exit_semtimedop as possibly not file I/O related -/// Ignoring sys_enter_process_vm_writev sys_exit_process_vm_writev as possibly not file I/O related -/// Ignoring sys_enter_setresuid sys_exit_setresuid as possibly not file I/O related +/// Ignoring sys_enter_lsm_list_modules sys_exit_lsm_list_modules as possibly not file I/O related +/// Ignoring sys_enter_msgget sys_exit_msgget as possibly not file I/O related +/// Ignoring sys_enter_pipe2 sys_exit_pipe2 as possibly not file I/O related +/// Ignoring sys_enter_pkey_alloc sys_exit_pkey_alloc as possibly not file I/O related +/// Ignoring sys_enter_setsockopt sys_exit_setsockopt as possibly not file I/O related +/// Ignoring sys_enter_setdomainname sys_exit_setdomainname as possibly not file I/O related -#define SYS_ENTER_IO_URING_REGISTER 1524 -#define SYS_EXIT_IO_URING_REGISTER 1523 -#define SYS_ENTER_IO_URING_ENTER 1505 -#define SYS_EXIT_IO_URING_ENTER 1504 -#define SYS_ENTER_IO_URING_SETUP 1503 -#define SYS_EXIT_IO_URING_SETUP 1502 -#define SYS_ENTER_QUOTACTL_FD 1161 -#define SYS_EXIT_QUOTACTL_FD 1160 -#define SYS_ENTER_FLOCK 1130 -#define SYS_EXIT_FLOCK 1129 -#define SYS_ENTER_IO_SETUP 1114 -#define SYS_EXIT_IO_SETUP 1113 -#define SYS_ENTER_IO_DESTROY 1112 -#define SYS_EXIT_IO_DESTROY 1111 -#define SYS_ENTER_IO_SUBMIT 1110 -#define SYS_EXIT_IO_SUBMIT 1109 -#define SYS_ENTER_IO_CANCEL 1108 -#define SYS_EXIT_IO_CANCEL 1107 -#define SYS_ENTER_IO_GETEVENTS 1106 -#define SYS_EXIT_IO_GETEVENTS 1105 -#define SYS_ENTER_IO_PGETEVENTS 1104 -#define SYS_EXIT_IO_PGETEVENTS 1103 -#define SYS_ENTER_FANOTIFY_MARK 1072 -#define SYS_EXIT_FANOTIFY_MARK 1071 -#define SYS_ENTER_FSPICK 1060 -#define SYS_EXIT_FSPICK 1059 -#define SYS_ENTER_FSCONFIG 1058 -#define SYS_EXIT_FSCONFIG 1057 -#define SYS_ENTER_STATFS 1056 -#define SYS_EXIT_STATFS 1055 -#define SYS_ENTER_FSTATFS 1054 -#define SYS_EXIT_FSTATFS 1053 -#define SYS_ENTER_UTIMENSAT 1048 -#define SYS_EXIT_UTIMENSAT 1047 -#define SYS_ENTER_FUTIMESAT 1046 -#define SYS_EXIT_FUTIMESAT 1045 -#define SYS_ENTER_SYNC 1040 -#define SYS_EXIT_SYNC 1039 -#define SYS_ENTER_SYNCFS 1038 -#define SYS_EXIT_SYNCFS 1037 -#define SYS_ENTER_FSYNC 1036 -#define SYS_EXIT_FSYNC 1035 -#define SYS_ENTER_FDATASYNC 1034 -#define SYS_EXIT_FDATASYNC 1033 -#define SYS_ENTER_SYNC_FILE_RANGE 1032 -#define SYS_EXIT_SYNC_FILE_RANGE 1031 -#define SYS_ENTER_VMSPLICE 1030 -#define SYS_EXIT_VMSPLICE 1029 -#define SYS_ENTER_SETXATTRAT 992 -#define SYS_EXIT_SETXATTRAT 991 -#define SYS_ENTER_SETXATTR 990 -#define SYS_EXIT_SETXATTR 989 -#define SYS_ENTER_LSETXATTR 988 -#define SYS_EXIT_LSETXATTR 987 -#define SYS_ENTER_FSETXATTR 986 -#define SYS_EXIT_FSETXATTR 985 -#define SYS_ENTER_GETXATTRAT 984 -#define SYS_EXIT_GETXATTRAT 983 -#define SYS_ENTER_GETXATTR 982 -#define SYS_EXIT_GETXATTR 981 -#define SYS_ENTER_LGETXATTR 980 -#define SYS_EXIT_LGETXATTR 979 -#define SYS_ENTER_FGETXATTR 978 -#define SYS_EXIT_FGETXATTR 977 -#define SYS_ENTER_LISTXATTRAT 976 -#define SYS_EXIT_LISTXATTRAT 975 -#define SYS_ENTER_LISTXATTR 974 -#define SYS_EXIT_LISTXATTR 973 -#define SYS_ENTER_LLISTXATTR 972 -#define SYS_EXIT_LLISTXATTR 971 -#define SYS_ENTER_FLISTXATTR 970 -#define SYS_EXIT_FLISTXATTR 969 -#define SYS_ENTER_REMOVEXATTRAT 968 -#define SYS_EXIT_REMOVEXATTRAT 967 -#define SYS_ENTER_REMOVEXATTR 966 -#define SYS_EXIT_REMOVEXATTR 965 -#define SYS_ENTER_LREMOVEXATTR 964 -#define SYS_EXIT_LREMOVEXATTR 963 -#define SYS_ENTER_FREMOVEXATTR 962 -#define SYS_EXIT_FREMOVEXATTR 961 -#define SYS_ENTER_OPEN_TREE 958 -#define SYS_EXIT_OPEN_TREE 957 -#define SYS_ENTER_MOUNT_SETATTR 948 -#define SYS_EXIT_MOUNT_SETATTR 947 -#define SYS_ENTER_OPEN_TREE_ATTR 946 -#define SYS_EXIT_OPEN_TREE_ATTR 945 -#define SYS_ENTER_CLOSE_RANGE 938 -#define SYS_EXIT_CLOSE_RANGE 937 -#define SYS_ENTER_DUP3 936 -#define SYS_EXIT_DUP3 935 -#define SYS_ENTER_DUP2 934 -#define SYS_EXIT_DUP2 933 -#define SYS_ENTER_DUP 932 -#define SYS_EXIT_DUP 931 -#define SYS_ENTER_GETDENTS 918 -#define SYS_EXIT_GETDENTS 917 -#define SYS_ENTER_GETDENTS64 916 -#define SYS_EXIT_GETDENTS64 915 -#define SYS_ENTER_IOCTL 914 -#define SYS_EXIT_IOCTL 913 -#define SYS_ENTER_FCNTL 912 -#define SYS_EXIT_FCNTL 911 -#define SYS_ENTER_MKDIRAT 906 -#define SYS_EXIT_MKDIRAT 905 -#define SYS_ENTER_MKDIR 904 -#define SYS_EXIT_MKDIR 903 -#define SYS_ENTER_RMDIR 902 -#define SYS_EXIT_RMDIR 901 -#define SYS_ENTER_UNLINKAT 900 -#define SYS_EXIT_UNLINKAT 899 -#define SYS_ENTER_UNLINK 898 -#define SYS_EXIT_UNLINK 897 -#define SYS_ENTER_SYMLINKAT 896 -#define SYS_EXIT_SYMLINKAT 895 -#define SYS_ENTER_SYMLINK 894 -#define SYS_EXIT_SYMLINK 893 -#define SYS_ENTER_LINKAT 892 -#define SYS_EXIT_LINKAT 891 -#define SYS_ENTER_LINK 890 -#define SYS_EXIT_LINK 889 -#define SYS_ENTER_RENAMEAT2 888 -#define SYS_EXIT_RENAMEAT2 887 -#define SYS_ENTER_RENAMEAT 886 -#define SYS_EXIT_RENAMEAT 885 -#define SYS_ENTER_RENAME 884 -#define SYS_EXIT_RENAME 883 -#define SYS_ENTER_NEWSTAT 874 -#define SYS_EXIT_NEWSTAT 873 -#define SYS_ENTER_NEWLSTAT 872 -#define SYS_EXIT_NEWLSTAT 871 -#define SYS_ENTER_NEWFSTATAT 870 -#define SYS_EXIT_NEWFSTATAT 869 -#define SYS_ENTER_NEWFSTAT 868 -#define SYS_EXIT_NEWFSTAT 867 -#define SYS_ENTER_READLINKAT 866 -#define SYS_EXIT_READLINKAT 865 -#define SYS_ENTER_READLINK 864 -#define SYS_EXIT_READLINK 863 -#define SYS_ENTER_STATX 862 -#define SYS_EXIT_STATX 861 -#define SYS_ENTER_LSEEK 860 -#define SYS_EXIT_LSEEK 859 -#define SYS_ENTER_READ 858 -#define SYS_EXIT_READ 857 -#define SYS_ENTER_WRITE 856 -#define SYS_EXIT_WRITE 855 -#define SYS_ENTER_PREAD64 854 -#define SYS_EXIT_PREAD64 853 -#define SYS_ENTER_PWRITE64 852 -#define SYS_EXIT_PWRITE64 851 -#define SYS_ENTER_READV 850 -#define SYS_EXIT_READV 849 -#define SYS_ENTER_WRITEV 848 -#define SYS_EXIT_WRITEV 847 -#define SYS_ENTER_PREADV 846 -#define SYS_EXIT_PREADV 845 -#define SYS_ENTER_PREADV2 844 -#define SYS_EXIT_PREADV2 843 -#define SYS_ENTER_PWRITEV 842 -#define SYS_EXIT_PWRITEV 841 -#define SYS_ENTER_PWRITEV2 840 -#define SYS_EXIT_PWRITEV2 839 -#define SYS_ENTER_TRUNCATE 834 -#define SYS_EXIT_TRUNCATE 833 -#define SYS_ENTER_FTRUNCATE 832 -#define SYS_EXIT_FTRUNCATE 831 -#define SYS_ENTER_FALLOCATE 830 -#define SYS_EXIT_FALLOCATE 829 -#define SYS_ENTER_FACCESSAT 828 -#define SYS_EXIT_FACCESSAT 827 -#define SYS_ENTER_FACCESSAT2 826 -#define SYS_EXIT_FACCESSAT2 825 -#define SYS_ENTER_ACCESS 824 -#define SYS_EXIT_ACCESS 823 -#define SYS_ENTER_CHDIR 822 -#define SYS_EXIT_CHDIR 821 -#define SYS_ENTER_FCHDIR 820 -#define SYS_EXIT_FCHDIR 819 -#define SYS_ENTER_CHROOT 818 -#define SYS_EXIT_CHROOT 817 -#define SYS_ENTER_FCHMOD 816 -#define SYS_EXIT_FCHMOD 815 -#define SYS_ENTER_FCHMODAT2 814 -#define SYS_EXIT_FCHMODAT2 813 -#define SYS_ENTER_FCHMODAT 812 -#define SYS_EXIT_FCHMODAT 811 -#define SYS_ENTER_CHMOD 810 -#define SYS_EXIT_CHMOD 809 -#define SYS_ENTER_FCHOWNAT 808 -#define SYS_EXIT_FCHOWNAT 807 -#define SYS_ENTER_CHOWN 806 -#define SYS_EXIT_CHOWN 805 -#define SYS_ENTER_LCHOWN 804 -#define SYS_EXIT_LCHOWN 803 -#define SYS_ENTER_FCHOWN 802 -#define SYS_EXIT_FCHOWN 801 -#define SYS_ENTER_OPEN 800 -#define SYS_EXIT_OPEN 799 -#define SYS_ENTER_OPENAT 798 -#define SYS_EXIT_OPENAT 797 -#define SYS_ENTER_OPENAT2 796 -#define SYS_EXIT_OPENAT2 795 -#define SYS_ENTER_CREAT 794 -#define SYS_EXIT_CREAT 793 -#define SYS_ENTER_CLOSE 792 -#define SYS_EXIT_CLOSE 791 -#define SYS_ENTER_READAHEAD 625 -#define SYS_EXIT_READAHEAD 624 -#define SYS_ENTER_FADVISE64 623 -#define SYS_EXIT_FADVISE64 622 -#define SYS_ENTER_CACHESTAT 604 -#define SYS_EXIT_CACHESTAT 603 -#define SYS_ENTER_FINIT_MODULE 410 -#define SYS_EXIT_FINIT_MODULE 409 -#define SYS_ENTER_SYSLOG 351 -#define SYS_EXIT_SYSLOG 350 +#define SYS_ENTER_IO_URING_REGISTER 1505 +#define SYS_EXIT_IO_URING_REGISTER 1504 +#define SYS_ENTER_IO_URING_ENTER 1486 +#define SYS_EXIT_IO_URING_ENTER 1485 +#define SYS_ENTER_IO_URING_SETUP 1484 +#define SYS_EXIT_IO_URING_SETUP 1483 +#define SYS_ENTER_QUOTACTL_FD 1145 +#define SYS_EXIT_QUOTACTL_FD 1144 +#define SYS_ENTER_FLOCK 1114 +#define SYS_EXIT_FLOCK 1113 +#define SYS_ENTER_IO_SETUP 1100 +#define SYS_EXIT_IO_SETUP 1099 +#define SYS_ENTER_IO_DESTROY 1098 +#define SYS_EXIT_IO_DESTROY 1097 +#define SYS_ENTER_IO_SUBMIT 1096 +#define SYS_EXIT_IO_SUBMIT 1095 +#define SYS_ENTER_IO_CANCEL 1094 +#define SYS_EXIT_IO_CANCEL 1093 +#define SYS_ENTER_IO_GETEVENTS 1092 +#define SYS_EXIT_IO_GETEVENTS 1091 +#define SYS_ENTER_IO_PGETEVENTS 1090 +#define SYS_EXIT_IO_PGETEVENTS 1089 +#define SYS_ENTER_FANOTIFY_MARK 1058 +#define SYS_EXIT_FANOTIFY_MARK 1057 +#define SYS_ENTER_FSPICK 1046 +#define SYS_EXIT_FSPICK 1045 +#define SYS_ENTER_FSCONFIG 1044 +#define SYS_EXIT_FSCONFIG 1043 +#define SYS_ENTER_STATFS 1042 +#define SYS_EXIT_STATFS 1041 +#define SYS_ENTER_FSTATFS 1040 +#define SYS_EXIT_FSTATFS 1039 +#define SYS_ENTER_UTIMENSAT 1034 +#define SYS_EXIT_UTIMENSAT 1033 +#define SYS_ENTER_FUTIMESAT 1032 +#define SYS_EXIT_FUTIMESAT 1031 +#define SYS_ENTER_SYNC 1026 +#define SYS_EXIT_SYNC 1025 +#define SYS_ENTER_SYNCFS 1024 +#define SYS_EXIT_SYNCFS 1023 +#define SYS_ENTER_FSYNC 1022 +#define SYS_EXIT_FSYNC 1021 +#define SYS_ENTER_FDATASYNC 1020 +#define SYS_EXIT_FDATASYNC 1019 +#define SYS_ENTER_SYNC_FILE_RANGE 1018 +#define SYS_EXIT_SYNC_FILE_RANGE 1017 +#define SYS_ENTER_VMSPLICE 1016 +#define SYS_EXIT_VMSPLICE 1015 +#define SYS_ENTER_SETXATTRAT 978 +#define SYS_EXIT_SETXATTRAT 977 +#define SYS_ENTER_SETXATTR 976 +#define SYS_EXIT_SETXATTR 975 +#define SYS_ENTER_LSETXATTR 974 +#define SYS_EXIT_LSETXATTR 973 +#define SYS_ENTER_FSETXATTR 972 +#define SYS_EXIT_FSETXATTR 971 +#define SYS_ENTER_GETXATTRAT 970 +#define SYS_EXIT_GETXATTRAT 969 +#define SYS_ENTER_GETXATTR 968 +#define SYS_EXIT_GETXATTR 967 +#define SYS_ENTER_LGETXATTR 966 +#define SYS_EXIT_LGETXATTR 965 +#define SYS_ENTER_FGETXATTR 964 +#define SYS_EXIT_FGETXATTR 963 +#define SYS_ENTER_LISTXATTRAT 962 +#define SYS_EXIT_LISTXATTRAT 961 +#define SYS_ENTER_LISTXATTR 960 +#define SYS_EXIT_LISTXATTR 959 +#define SYS_ENTER_LLISTXATTR 958 +#define SYS_EXIT_LLISTXATTR 957 +#define SYS_ENTER_FLISTXATTR 956 +#define SYS_EXIT_FLISTXATTR 955 +#define SYS_ENTER_REMOVEXATTRAT 954 +#define SYS_EXIT_REMOVEXATTRAT 953 +#define SYS_ENTER_REMOVEXATTR 952 +#define SYS_EXIT_REMOVEXATTR 951 +#define SYS_ENTER_LREMOVEXATTR 950 +#define SYS_EXIT_LREMOVEXATTR 949 +#define SYS_ENTER_FREMOVEXATTR 948 +#define SYS_EXIT_FREMOVEXATTR 947 +#define SYS_ENTER_OPEN_TREE 944 +#define SYS_EXIT_OPEN_TREE 943 +#define SYS_ENTER_MOUNT_SETATTR 934 +#define SYS_EXIT_MOUNT_SETATTR 933 +#define SYS_ENTER_OPEN_TREE_ATTR 932 +#define SYS_EXIT_OPEN_TREE_ATTR 931 +#define SYS_ENTER_CLOSE_RANGE 924 +#define SYS_EXIT_CLOSE_RANGE 923 +#define SYS_ENTER_DUP3 922 +#define SYS_EXIT_DUP3 921 +#define SYS_ENTER_DUP2 920 +#define SYS_EXIT_DUP2 919 +#define SYS_ENTER_DUP 918 +#define SYS_EXIT_DUP 917 +#define SYS_ENTER_GETDENTS 904 +#define SYS_EXIT_GETDENTS 903 +#define SYS_ENTER_GETDENTS64 902 +#define SYS_EXIT_GETDENTS64 901 +#define SYS_ENTER_IOCTL 900 +#define SYS_EXIT_IOCTL 899 +#define SYS_ENTER_FCNTL 898 +#define SYS_EXIT_FCNTL 897 +#define SYS_ENTER_MKDIRAT 892 +#define SYS_EXIT_MKDIRAT 891 +#define SYS_ENTER_MKDIR 890 +#define SYS_EXIT_MKDIR 889 +#define SYS_ENTER_RMDIR 888 +#define SYS_EXIT_RMDIR 887 +#define SYS_ENTER_UNLINKAT 886 +#define SYS_EXIT_UNLINKAT 885 +#define SYS_ENTER_UNLINK 884 +#define SYS_EXIT_UNLINK 883 +#define SYS_ENTER_SYMLINKAT 882 +#define SYS_EXIT_SYMLINKAT 881 +#define SYS_ENTER_SYMLINK 880 +#define SYS_EXIT_SYMLINK 879 +#define SYS_ENTER_LINKAT 878 +#define SYS_EXIT_LINKAT 877 +#define SYS_ENTER_LINK 876 +#define SYS_EXIT_LINK 875 +#define SYS_ENTER_RENAMEAT2 874 +#define SYS_EXIT_RENAMEAT2 873 +#define SYS_ENTER_RENAMEAT 872 +#define SYS_EXIT_RENAMEAT 871 +#define SYS_ENTER_RENAME 870 +#define SYS_EXIT_RENAME 869 +#define SYS_ENTER_NEWSTAT 860 +#define SYS_EXIT_NEWSTAT 859 +#define SYS_ENTER_NEWLSTAT 858 +#define SYS_EXIT_NEWLSTAT 857 +#define SYS_ENTER_NEWFSTATAT 856 +#define SYS_EXIT_NEWFSTATAT 855 +#define SYS_ENTER_NEWFSTAT 854 +#define SYS_EXIT_NEWFSTAT 853 +#define SYS_ENTER_READLINKAT 852 +#define SYS_EXIT_READLINKAT 851 +#define SYS_ENTER_READLINK 850 +#define SYS_EXIT_READLINK 849 +#define SYS_ENTER_STATX 848 +#define SYS_EXIT_STATX 847 +#define SYS_ENTER_LSEEK 846 +#define SYS_EXIT_LSEEK 845 +#define SYS_ENTER_READ 844 +#define SYS_EXIT_READ 843 +#define SYS_ENTER_WRITE 842 +#define SYS_EXIT_WRITE 841 +#define SYS_ENTER_PREAD64 840 +#define SYS_EXIT_PREAD64 839 +#define SYS_ENTER_PWRITE64 838 +#define SYS_EXIT_PWRITE64 837 +#define SYS_ENTER_READV 836 +#define SYS_EXIT_READV 835 +#define SYS_ENTER_WRITEV 834 +#define SYS_EXIT_WRITEV 833 +#define SYS_ENTER_PREADV 832 +#define SYS_EXIT_PREADV 831 +#define SYS_ENTER_PREADV2 830 +#define SYS_EXIT_PREADV2 829 +#define SYS_ENTER_PWRITEV 828 +#define SYS_EXIT_PWRITEV 827 +#define SYS_ENTER_PWRITEV2 826 +#define SYS_EXIT_PWRITEV2 825 +#define SYS_ENTER_TRUNCATE 820 +#define SYS_EXIT_TRUNCATE 819 +#define SYS_ENTER_FTRUNCATE 818 +#define SYS_EXIT_FTRUNCATE 817 +#define SYS_ENTER_FALLOCATE 816 +#define SYS_EXIT_FALLOCATE 815 +#define SYS_ENTER_FACCESSAT 814 +#define SYS_EXIT_FACCESSAT 813 +#define SYS_ENTER_FACCESSAT2 812 +#define SYS_EXIT_FACCESSAT2 811 +#define SYS_ENTER_ACCESS 810 +#define SYS_EXIT_ACCESS 809 +#define SYS_ENTER_CHDIR 808 +#define SYS_EXIT_CHDIR 807 +#define SYS_ENTER_FCHDIR 806 +#define SYS_EXIT_FCHDIR 805 +#define SYS_ENTER_CHROOT 804 +#define SYS_EXIT_CHROOT 803 +#define SYS_ENTER_FCHMOD 802 +#define SYS_EXIT_FCHMOD 801 +#define SYS_ENTER_FCHMODAT2 800 +#define SYS_EXIT_FCHMODAT2 799 +#define SYS_ENTER_FCHMODAT 798 +#define SYS_EXIT_FCHMODAT 797 +#define SYS_ENTER_CHMOD 796 +#define SYS_EXIT_CHMOD 795 +#define SYS_ENTER_FCHOWNAT 794 +#define SYS_EXIT_FCHOWNAT 793 +#define SYS_ENTER_CHOWN 792 +#define SYS_EXIT_CHOWN 791 +#define SYS_ENTER_LCHOWN 790 +#define SYS_EXIT_LCHOWN 789 +#define SYS_ENTER_FCHOWN 788 +#define SYS_EXIT_FCHOWN 787 +#define SYS_ENTER_OPEN 786 +#define SYS_EXIT_OPEN 785 +#define SYS_ENTER_OPENAT 784 +#define SYS_EXIT_OPENAT 783 +#define SYS_ENTER_OPENAT2 782 +#define SYS_EXIT_OPENAT2 781 +#define SYS_ENTER_CREAT 780 +#define SYS_EXIT_CREAT 779 +#define SYS_ENTER_CLOSE 778 +#define SYS_EXIT_CLOSE 777 +#define SYS_ENTER_READAHEAD 615 +#define SYS_EXIT_READAHEAD 614 +#define SYS_ENTER_FADVISE64 613 +#define SYS_EXIT_FADVISE64 612 +#define SYS_ENTER_CACHESTAT 594 +#define SYS_EXIT_CACHESTAT 593 +#define SYS_ENTER_FINIT_MODULE 405 +#define SYS_EXIT_FINIT_MODULE 404 +#define SYS_ENTER_SYSLOG 347 +#define SYS_EXIT_SYSLOG 346 #define SYS_ENTER_MMAP 100 #define SYS_EXIT_MMAP 99 |
