Skip to content

Commit 09110b8

Browse files
author
lipeng hao
committed
突破ebpf堆栈限制
1 parent 8cb86f4 commit 09110b8

File tree

6 files changed

+278
-330
lines changed

6 files changed

+278
-330
lines changed

src/percpu_array/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/percpu_array/percpu_array

-1.25 MB
Binary file not shown.

src/percpu_array/percpu_array.bpf.c

Lines changed: 0 additions & 231 deletions
This file was deleted.

src/stack_limit_bypass/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
2+
# stack_limit_bypass eBPF 示例
3+
# 演示使用 Per-CPU Array 规避 512B 栈限制
4+
5+
APPS = stack_limit_bypass
6+
include ../Makefile.common

0 commit comments

Comments
 (0)