diff --git a/support/ebpf/interpreter_dispatcher.ebpf.c b/support/ebpf/interpreter_dispatcher.ebpf.c index 27d6d0c8..c9f3c1db 100644 --- a/support/ebpf/interpreter_dispatcher.ebpf.c +++ b/support/ebpf/interpreter_dispatcher.ebpf.c @@ -243,7 +243,7 @@ int unwind_stop(struct pt_regs *ctx, bpf_map_def *prog_map) } // TEMPORARY HACK END - TraceIdentifer id = create_identifier(ctx->orig_ax, state->sp); + TraceIdentifer id = create_identifier(ctx->orig_ax, 1111); trace->identifier = id; send_trace(ctx, trace);