forked from aquasecurity/tracee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/ebpf/c: apply code style enforcement
Code formatting enforced and a small re-organization around group of functions in order to prepare for splitting tracee.bpf.c this change starts organizing functions per class of functions: * HELPERS: static inline functions used by probes/tracepoints/... * INTERNAL: functions used to manipulate internal data structures and similar.
- Loading branch information
1 parent
158d6fa
commit 7e4508c
Showing
4 changed files
with
1,955 additions
and
1,894 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
Oops, something went wrong.