summaryrefslogtreecommitdiff
path: root/internal/c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-21 17:51:06 +0300
committerPaul Buetow <paul@buetow.org>2026-05-21 17:51:06 +0300
commit291b5a18c144123c3329b84ef2d0ba64d8db74d3 (patch)
tree08b6e63bfeef533b23e3ff70da17da0302eab44e /internal/c
parente06f421493bc1c95e787b0f49dd655863e7baf81 (diff)
37 classify clone family as proc kind
Diffstat (limited to 'internal/c')
-rw-r--r--internal/c/generated_tracepoints.c8
-rw-r--r--internal/c/generated_tracepoints_result.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/internal/c/generated_tracepoints.c b/internal/c/generated_tracepoints.c
index 70f25ab..d5caceb 100644
--- a/internal/c/generated_tracepoints.c
+++ b/internal/c/generated_tracepoints.c
@@ -19026,7 +19026,7 @@ int handle_sys_exit_set_tid_address(struct syscall_trace_exit *ctx) {
return 0;
}
-/// sys_enter_fork is a struct null_event (kind=null)
+/// sys_enter_fork is a struct null_event (kind=proc)
SEC("tracepoint/syscalls/sys_enter_fork")
int handle_sys_enter_fork(struct syscall_trace_enter *ctx) {
__u32 pid, tid;
@@ -19076,7 +19076,7 @@ int handle_sys_exit_fork(struct syscall_trace_exit *ctx) {
return 0;
}
-/// sys_enter_vfork is a struct null_event (kind=null)
+/// sys_enter_vfork is a struct null_event (kind=proc)
SEC("tracepoint/syscalls/sys_enter_vfork")
int handle_sys_enter_vfork(struct syscall_trace_enter *ctx) {
__u32 pid, tid;
@@ -19126,7 +19126,7 @@ int handle_sys_exit_vfork(struct syscall_trace_exit *ctx) {
return 0;
}
-/// sys_enter_clone is a struct null_event (kind=null)
+/// sys_enter_clone is a struct null_event (kind=proc)
SEC("tracepoint/syscalls/sys_enter_clone")
int handle_sys_enter_clone(struct syscall_trace_enter *ctx) {
__u32 pid, tid;
@@ -19176,7 +19176,7 @@ int handle_sys_exit_clone(struct syscall_trace_exit *ctx) {
return 0;
}
-/// sys_enter_clone3 is a struct null_event (kind=null)
+/// sys_enter_clone3 is a struct null_event (kind=proc)
SEC("tracepoint/syscalls/sys_enter_clone3")
int handle_sys_enter_clone3(struct syscall_trace_enter *ctx) {
__u32 pid, tid;
diff --git a/internal/c/generated_tracepoints_result.txt b/internal/c/generated_tracepoints_result.txt
index f822594..dfdf987 100644
--- a/internal/c/generated_tracepoints_result.txt
+++ b/internal/c/generated_tracepoints_result.txt
@@ -21,8 +21,8 @@ sys_enter_clock_getres is a struct null_event (kind=null)
sys_enter_clock_gettime is a struct null_event (kind=null)
sys_enter_clock_nanosleep is a struct sleep_event (kind=sleep)
sys_enter_clock_settime is a struct null_event (kind=null)
-sys_enter_clone is a struct null_event (kind=null)
-sys_enter_clone3 is a struct null_event (kind=null)
+sys_enter_clone is a struct null_event (kind=proc)
+sys_enter_clone3 is a struct null_event (kind=proc)
sys_enter_close is a struct fd_event (kind=fd)
sys_enter_close_range is a struct fd_event (kind=fd)
sys_enter_connect is a struct fd_event (kind=fd)
@@ -64,7 +64,7 @@ sys_enter_file_setattr is a struct path_event (kind=pathname)
sys_enter_finit_module is a struct fd_event (kind=fd)
sys_enter_flistxattr is a struct fd_event (kind=fd)
sys_enter_flock is a struct fd_event (kind=fd)
-sys_enter_fork is a struct null_event (kind=null)
+sys_enter_fork is a struct null_event (kind=proc)
sys_enter_fremovexattr is a struct fd_event (kind=fd)
sys_enter_fsconfig is a struct fd_event (kind=fd)
sys_enter_fsetxattr is a struct fd_event (kind=fd)
@@ -358,7 +358,7 @@ sys_enter_ustat is a struct null_event (kind=null)
sys_enter_utime is a struct path_event (kind=pathname)
sys_enter_utimensat is a struct path_event (kind=pathname)
sys_enter_utimes is a struct path_event (kind=pathname)
-sys_enter_vfork is a struct null_event (kind=null)
+sys_enter_vfork is a struct null_event (kind=proc)
sys_enter_vhangup is a struct null_event (kind=null)
sys_enter_vmsplice is a struct fd_event (kind=fd)
sys_enter_wait4 is a struct null_event (kind=null)