-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add probes for memfd_create and friends (#185)
* Add probes for memfd_create and friends New events added: EBPF_EVENT_FILE_MEMFD_OPEN EBPF_EVENT_FILE_SHMEM_OPEN EBPF_EVENT_PROCESS_MEMFD_CREATE EBPF_EVENT_PROCESS_SHMGET EBPF_EVENT_PROCESS_PTRACE EBPF_EVENT_PROCESS_LOAD_MODULE Also added new fields to process exec event * clang-format fixes * Address review comments * clang-format 14 fixes for unrelated code * Fix memory corruption in EventsTrace * Add missing commas in JSON output * Fix commas again * Condense is_foo from exec into flags. (#194) * Address review * clang-format * clang format * Use types with well defined sizes * Address review comments * clang-format fixes --------- Co-authored-by: Christiano Haesbaert <[email protected]>
- Loading branch information
1 parent
cea6329
commit 61bdb7f
Showing
6 changed files
with
617 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.