From aa280a64bdadaa80314c30583f776b5e148d36e7 Mon Sep 17 00:00:00 2001 From: jams_liu Date: Fri, 17 Jun 2022 13:37:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20plan/README.md.=201.=20eBPF=20?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E4=B8=BA=E7=8B=AC=E7=AB=8B=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E4=B8=94=E6=89=A9=E5=B1=95=20eBPF=20?= =?UTF-8?q?=E5=AD=90=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plan/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plan/README.md b/plan/README.md index dd9b7fd..ef52b38 100644 --- a/plan/README.md +++ b/plan/README.md @@ -180,7 +180,13 @@ * Kprobes @juliwang * Uprobes * [User Events](https://www.kernel.org/doc/html/latest/trace/user_events.html) -* eBPF + +## eBPF + +* ebpf前世今生 +* ebpf与体系结构关系 +* ebpf与trace系统的关系 +* ebpf网络应用之XDP ## Debugging -- Gitee