8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d91c13 commit ffb6401Copy full SHA for ffb6401
eBPF/ebpf.adoc
@@ -794,11 +794,6 @@ bpftrace -l 't:kmem:*'
794
bpftrace -l 't:*:mm_*'
795
----
796
797
-
798
799
800
801
802
- 1. `kprobe:inet_accept`
803
* **挂钩函数**: `inet_accept`
804
* **功能**: `inet_accept` 是内核中用于接受一个新的连接请求的函数。它通常在 TCP 套接字上调用,负责创建一个新的套接字来表示接受的连接。
@@ -817,7 +812,6 @@ bpftrace -l 't:*:mm_*'
817
812
* **使用场景**: `inet_accept` 更适合用于跟踪所有类型的连接接受,而 `inet_csk_accept` 更适合用于深入分析 TCP 连接的接受过程。
818
813
819
814
820
821
815
=== PMCs (硬件事件)
822
816
823
PMCs(Performance Monitoring Counters)是性能检测计数器,可以解释CPU周期性能
0 commit comments