From bccb4de6292761aa2a519c15255f1e0700abde4c Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 11 Mar 2019 11:03:46 +0100 Subject: [PATCH] added 'rr' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2060672..cb758a0 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Only main chapters:   :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.
  :small_orange_diamond: FlameGraph - stack trace visualizer.
  :small_orange_diamond: lsofgraph - small utility to convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
+  :small_orange_diamond: rr - is a lightweight tool for recording, replaying and debugging execution of applications.
  :small_orange_diamond: Performance Co-Pilot - a system performance analysis toolkit.
  :small_orange_diamond: hexyl - a command-line hex viewer.