forked from open-telemetry/opentelemetry-ebpf-profiler
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests and fixes for FFI including support for coredump tests.
FFI support is not complete, specifically support for callbacks isn't complete.
- Loading branch information
Showing
14 changed files
with
36,868 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
|
||
// Assigned in HA to anonymous executable virtual memory ranges in the nginx process. | ||
#define LUAJIT_JIT_FILE_ID 42 | ||
#define LUAJIT_JIT_FILE_ID 42 | ||
|
||
// Special value for FFI functions | ||
#define LUAJIT_FFI_FUNC 0xff1 |
Oops, something went wrong.