From 4882e5b8f50c532b7ae5cf50f9527c871c3d4569 Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Thu, 8 Dec 2022 18:26:02 +0000
Subject: [PATCH] Update README.md

---
 README => README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 rename README => README.md (85%)

diff --git a/README b/README.md
similarity index 85%
rename from README
rename to README.md
index 9fad39d..6bb224c 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,10 @@
+# NOTICE
+
+ The Hammer debug tool is located in the `gdb-port` folder. Dedicated repository in progress.
+
+# Help for the old perf probe version
+
+```
 add_perf_tracepoints.sh
 
 Adds the required tracepoints via perf-probe. WARNING: parameters are passed unchecked
@@ -18,3 +25,4 @@ parser-name-instrumentation.py
 Run with `perf script -s parser-name-instrumentation.py`
 
 Currently, return probes don't always fire, which leads to bogus results (or an error if a stack happens to underflow). Sadly, this renders the code non-functional without further modifications. It's here to illustrate the approach of mapping function calls/returns to push/pop operations on a stack of parsers, and a stack of stack of parsers (for different invocations of h_packrat_parse())
+```
-- 
GitLab