anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

retsnoop: support capturing user-space stack traces #33

Open anakryiko opened 1 year ago

anakryiko commented 1 year ago

This one is different from https://github.com/anakryiko/retsnoop/issues/25. Here, the request is to just capture and symbolize user-space stack trace in addition to kernel stack trace, while still tracing only kernel functions.

This will allow to debug where in user-space application kernel error is triggered.