Add a few eBPF links

This commit is contained in:
Marcelo Boeira
2021-05-18 08:39:42 +02:00
parent 2bcc926a0c
commit 42709db56d
3 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ graph TD
OS --> CCY[Concurrency]
CCY --> Thread
Thread --> PThread
OS --> UNIX[Unix]
UNIX --> eBPF[eBPF]
OPS --> OPSOPS[Operational]
OPSOPS --> Ter[Terminal]
Ter --> Bash