From 7a310f98d5b06ada65a874b85e5686200dbe47dc Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 3 Jun 2020 22:58:23 +0200 Subject: [PATCH] Add tutorial about profiling with perf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f121287..2bb7ae0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ https://support.hdfgroup.org/pubs/rfcs/RFC_chunk_cache_functions.pdf https://gcc.gnu.org/wiki/Atomic/GCCMM/AtomicSync - Is Parallel Programming Hard, And, If So, What Can You Do About It? https://mirrors.edge.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.2018.12.08a.pdf +- Linux kernel profiling with perf +https://perf.wiki.kernel.org/index.php/Tutorial ### Linux configuration