Skip to content

Commit a83b6d6

Browse files
committed
Some kernels still failing
1 parent 46441b2 commit a83b6d6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

support/ebpf/python_tracer.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static EBPF_INLINE ErrorCode get_PyFrame(const PyProcInfo *pyinfo, void **frame)
257257
// one Python frame or one native frame depending on the current unwinder state.
258258
// This is a RODATA variable so the host agent can tune it based on whether
259259
// debug output is enabled (which affects the verifier instruction budget).
260-
BPF_RODATA_VAR(u32, python_native_loop_iters, 7)
260+
BPF_RODATA_VAR(u32, python_native_loop_iters, 6)
261261

262262
// step_python processes one Python frame and updates *unwinder to indicate
263263
// what should happen next

support/ebpf/tracer.ebpf.amd64

0 Bytes
Binary file not shown.

support/ebpf/tracer.ebpf.arm64

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)