Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce syscalls #65

Merged
merged 25 commits into from
Jun 19, 2024
Merged

Introduce syscalls #65

merged 25 commits into from
Jun 19, 2024

Conversation

iluxa
Copy link
Collaborator

@iluxa iluxa commented Jun 6, 2024

Changes:

  • added generate syscall events possibility:
    • supported syscall events: sched_process_exec, sched_process_exit, accept, accept4, connect
    • new unix pipe is organized to send events to worker
    • events filtered targeted pods
    • feature is disabled by default. Can be enabled by command line parameter -enable-syscall
    • supported only systems with Cgroup V2
  • discovering processes code is refactored to work faster each event update
  • bpf code update to support libbpf 1.4
  • updated linter workflow due to old one has old libbpf

resolves #45

@iluxa iluxa merged commit 5e2ebd6 into master Jun 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update libbpf to the latest
1 participant