Skip to content

Commit 8588ec2

Browse files
committed
Add a note on recursive functions potentially breaking the unwinder
This happens for cpp-recursion e.g., see also issue #93
1 parent ebf1d39 commit 8588ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ notably, unwinding will fail when:
221221
perf record --call-graph dwarf,32768
222222

223223
Note that this can dramatically increase the size of the `perf.data` files - use it with care. Also have a look at `man perf record`.
224+
- For some scenarios, recursive function calls simply fail to be unwound. See also https://github.com/KDAB/hotspot/issues/93
224225

225226
### Missing Features
226227

0 commit comments

Comments
 (0)