Kernel tracing demo.c has incorrect stacks
cgaebel opened this issue · 0 comments
cgaebel commented
main
is highlighted, at the very left. It should be at the top of the screen:
Here's the trace that generated that image:
To reproduce, run ./demo/demo.c
in one terminal, and sudo _build/default/bin/magic_trace_bin.exe attach -pid $(pidof demo) -snapshot-size 128K -trace-include-k
in another.