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 #56

Closed
wants to merge 25 commits into from
Closed

Introduce syscalls #56

wants to merge 25 commits into from

Conversation

iluxa
Copy link
Collaborator

@iluxa iluxa commented May 10, 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 changed the title [WIP] Introduce syscalls Introduce syscalls Jun 5, 2024
@iluxa iluxa closed this Jun 6, 2024
@iluxa iluxa deleted the feature/introduce_syscalls branch June 6, 2024 12:57
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