diff --git a/README.md b/README.md
index 2451c16..7a0eb12 100644
--- a/README.md
+++ b/README.md
@@ -236,6 +236,7 @@ Only main chapters:
:small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
:small_orange_diamond: DTrace - is a performance analysis and troubleshooting tool.
:small_orange_diamond: ltrace - is a library call tracer, used to trace calls made by programs to library functions.
+ :small_orange_diamond: ptrace-burrito - is a friendly wrapper around ptrace.
:small_orange_diamond: perf-tools - performance analysis tools based on Linux perf_events (aka perf) and ftrace.
:small_orange_diamond: bpftrace - high-level tracing language for Linux eBPF.
:small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.