retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

allow to retrieve backtraces for specific symbols #78

Closed vlrpl closed 1 year ago

vlrpl commented 1 year ago

It could be convenient, for a given packet, if it could be possible to show a backtrace. This needs some investigation first. Probably not every probe that matches the packet is supposed to generate events (symbol whitelist might make sense).

vlrpl commented 1 year ago

This got implemented with #86. As discussed, the whitelist part will be postponed and included as soon as there's interest around it.