Skip to content

Commit ffb6401

Browse files
author
241200050
committed
调整顺序
1 parent 1d91c13 commit ffb6401

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eBPF/ebpf.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,6 @@ bpftrace -l 't:kmem:*'
794794
bpftrace -l 't:*:mm_*'
795795
----
796796

797-
798-
799-
800-
801-
802797
- 1. `kprobe:inet_accept`
803798
* **挂钩函数**: `inet_accept`
804799
* **功能**: `inet_accept` 是内核中用于接受一个新的连接请求的函数。它通常在 TCP 套接字上调用,负责创建一个新的套接字来表示接受的连接。
@@ -817,7 +812,6 @@ bpftrace -l 't:*:mm_*'
817812
* **使用场景**: `inet_accept` 更适合用于跟踪所有类型的连接接受,而 `inet_csk_accept` 更适合用于深入分析 TCP 连接的接受过程。
818813

819814

820-
821815
=== PMCs (硬件事件)
822816

823817
PMCs(Performance Monitoring Counters)是性能检测计数器,可以解释CPU周期性能

0 commit comments

Comments
 (0)