-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hp77 | Add Option for build without libbpf (#302)
* hp77 | Add options to include build without libbpf and fix errors * Failing at spinlock implementation * Fix volatile errors * Add more preprocessors * first successful build on macOS * Add suggestion and fix cli issue * Fix clock_gettime method * Fix failing tests * Fix definition variable * Fix sched_getpu() * Fix get_sched_cpu * fix cpu_getsched * Add deleted syscall dependency * add changes for spinlock and include suggestions * Add apple guard in map_handler and handler_manager * Add syscall-server as well * use [[maybe_unused]] * undo changes in daemon CMakeList and remove daemon at project level * Add static archive library under the flag condition * Define variables at global level for cli * remove debug log * Remove libbpf flag from daemon * Change nanosecond to assembly instruction * remove for loop for spin-lock implementation * remove gnu/lib-names.h * remove define for consts, include gnu-lib-names-header, convert function from define to inline, change __thread to thread_local * add error log for no cpu * Remove benchmark checks * Fix dependency * Replace (void)variable name with [[maybe_unused]] * remove guard from bpftimetool * fix spacing * fix spacing issue * Remove ENABLE_IO_URING flag from makefile * Fix indent * Remove unnecessary header, change preprocessor directives * Remove guard for object directory
- Loading branch information
1 parent
fb8402f
commit 88a7958
Showing
47 changed files
with
1,969 additions
and
97 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
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
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
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.