From 279d9c22581c19eb4aa9edfbfff18d717f5ff0fb Mon Sep 17 00:00:00 2001 From: giomba Date: Tue, 30 Jul 2024 17:51:34 +0200 Subject: [PATCH] linux: dump_stack() --- linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux.md b/linux.md index ed05bdc..67472ed 100644 --- a/linux.md +++ b/linux.md @@ -3,3 +3,9 @@ ## Get applied clock frequency `debugfs`: `/sys/kernel/debug` +## Dump stack +```c +#include +dump_stack(); +``` +