scm-probe / scm

Syscall monitoring and auditing tool built using eBPF
0 stars 1 forks source link

Add a map to store fork syscalls and trace them #1

Closed utkarsh-1905 closed 1 month ago

utkarsh-1905 commented 2 months ago

Fork syscall tracepoint added

utkarsh-1905 commented 2 months ago

Create a map for storing and tracing the fork syscalls

utkarsh-1905 commented 2 months ago

How to trace the status of child process and when it ends to remove it from the map?