Major changes
- Fixed the order of inlined functions within stacktraces.
- New preset to profile allocations only (
alloc_live_heap
).
The preset will ensure that ddprof profiles only allocations (not CPU).
CPU profiling can be achieved at host level by the dd-otel-host-profiler .
What's Changed
- Update libdatadog by @r1viollet in #434
- [FIX] replace fprintf(), exit() with write(), _exit() to async-safe at SIGSEGV signal handler by @r1viollet in #435
- Reverse order of inlined functions in stacks by @r1viollet in #436
- Presets - add an allocation live heap preset by @r1viollet in #437
- libdatadog version 19.1.0 by @r1viollet in #440
- v0.20.0: version bump by @r1viollet in #441
- Update build dependencies by @r1viollet in #443
Full Changelog: v0.19.0...v0.20.0