From ac72b73a558f9f0c2809aa8eaeae5378c6f81586 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sun, 3 Sep 2023 22:57:14 +0200 Subject: [PATCH] Update perf.md --- cheat-sheet/DevOps Linux/perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-sheet/DevOps Linux/perf.md b/cheat-sheet/DevOps Linux/perf.md index b42eadd27..bd793f59d 100644 --- a/cheat-sheet/DevOps Linux/perf.md +++ b/cheat-sheet/DevOps Linux/perf.md @@ -14,7 +14,7 @@ Allows you to monitor processes Allows you to monitor breakpoints - perf list # Print list of supported + perf list # Print list of supported event types perf stat -a sleep 5 # Overview over everything perf stat -e syscalls:* -a # Overview over all system calls