profiler: support zing 25.01 with JDK 11 and 17 (21 was already supported)
symblib: fix Rust function name demangling which failed in some cases
mcp: suggest using local time instead of UTC
profiler: reduce allocations in parseFDE()
brings parseFDE down from 60% of all allocs to 0.3%
mcp: enable collapse_go_system_frames, collapse_jvm_threads, filter_error_events, filter_unreported to reduce number of tokens in the flamegraph response
ui: add new display option collapse_go_system_frames
default enabled and inverted in UI: "Show Go system frames"
aggregates GC frames into "Garbage Collector"
aggregates scheduler frames into "Scheduler"
ui: fix frame filter for java standard library functions
it was previously filtering out functions too aggressively
profiler: improve zing symbolization
adds support for the GC in zing, leading to more debug information being resolved, and thus deeper / longer stack traces
profiler: place uprobes on GPU implant dynamically
implant is now detected and instrumented regardless of its path
cudaprofiler: several improvements
improve flushing of CUPTI activity records
don't delay process synchronizations during startup for CUDA processes, leading to better CPU stack traces for the first few frames