Skip to content

Commit ec783ab

Browse files
committed
try decrementing PYTHON_NATIVE_LOOP_ITERS
1 parent d1d9e6f commit ec783ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/ebpf/python_tracer.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static EBPF_INLINE ErrorCode get_PyFrame(const PyProcInfo *pyinfo, void **frame)
263263
// Number of loop iterations in unwind_python. Each iteration handles either
264264
// one Python frame or one native frame depending on the current unwinder state.
265265
// This bounds the BPF verifier instruction count.
266-
#define PYTHON_NATIVE_LOOP_ITERS 9
266+
#define PYTHON_NATIVE_LOOP_ITERS 8
267267

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

0 commit comments

Comments
 (0)