wip(probe): throwaway iterate-iterate-2AT-deref probe instrumentation

Uncommitted experimental probe code preserved for handoff. Per running
memory these probes are inert/throwaway diagnostics, not production fixes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-06-05 07:19:28 +02:00
parent acd1656753
commit d293f1bcaf
2 changed files with 151 additions and 2 deletions

View File

@@ -2740,7 +2740,7 @@ fn worker_prologue(
// the helper, no overhead on the hot path.
kernel.fire_ctor_probe_if_match(hw_id, mem);
kernel.fire_branch_probe_if_match(hw_id);
kernel.fire_lr_trace_if_match(hw_id);
kernel.fire_lr_trace_if_match(hw_id, mem);
if mem.has_mem_watch() {
let ctx = kernel.scheduler.ctx(hw_id);