Tommy Reilly
Tommy Reilly
The python 2.7.18 alpine image based on alpine 3.11.5 has a broken ld-musl build. Its using musl 1.1.24 r2 which has a busted crc link between the musl and musl-dbg...
Add support for pulling unwind info from debug link that is available locally, if debug link can't be found dwarf unwinding will fail. Future work may have the agent to...
Python/ruby and someday other languages pre-symbolize stacks and send strings instead of instruction offsets. This makes profiling much more expensive for these languages. We need some kind of dynamic symbol...
Add support for a collection of 10 labels that can be attached to every sample. Process the go pprof labels into these labels. Test that this works for Go 1.23...
- **Go custom labels from pprof labels** - **Use gotoolchain instead of github matrix strategy** - **Native custom labels** - **LuaJIT unwinding support for openresty 1.15+**
- **Go custom labels from pprof labels** - **Use gotoolchain instead of github matrix strategy** - **Native custom labels**
Clang 18 fails to produce a working unwinder because the event_send_trigger function isn't inlined and the 5.4 kernels complain about bpf calls and bpf-tail calls both being present not being...
A list of short term things todo, in priority order: - [ ] Get CUDA mock tests working in CI and/or get usdt tests to cover arm bracket syntax -...