Skip to content
Snippets Groups Projects
Commit 4882e5b8 authored by pompolic's avatar pompolic
Browse files

Update README.md

parent d724119b
No related branches found
No related tags found
No related merge requests found
# 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())
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment