Thierry Treyer
Thierry Treyer
We are currently using `RuntimeDyld` to relocate our JIT code in the target process. However, it is being deprecated and lack some features, like support for weak symbols. It has...
We have a few binaries in the 'tools/' directory that are sparsely documented. It would be nice to improve their docs and also add a README to the directory.
## Summary Extend our integration test suite by linking a generated shared library to the integration_test_target. This enable us testing and validating that `oid` handles shared libraries. We can add...
##### Checklist - [ ] Language changes are updated in `man/adoc/bpftrace.adoc` - [ ] User-visible and non-trivial changes updated in `CHANGELOG.md` - [ ] The new behaviour is covered by...
bpftrace fails to handle 128-bits wide integers passed to a functions. The expected behaviour is to read the first 64 bits of the 128-bits wide integers. The observed behaviour is...
Extend the `probe_inline` config to also apply to `kprobe`. ##### Checklist - [ ] Language changes are updated in `man/adoc/bpftrace.adoc` - [ ] User-visible and non-trivial changes updated in `CHANGELOG.md`...
bpftrace AOT is disabled for uprobe probes that use Debug Info. The `Dwarf` parser reads the Debug Info and build the corresponding `SizedType` used by the uprobe. For record types,...
Let the user decide whether to use DebugInfo to determine `uprobe` location, or use the Symbol Table. The new `symbol_source` config takes the following two values: - `dwarf`: uses the...
##### Checklist - [ ] Language changes are updated in `man/adoc/bpftrace.adoc` - [ ] User-visible and non-trivial changes updated in `CHANGELOG.md` - [ ] The new behaviour is covered by...