retis-org / retis

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

Add stack trace retrieval and resolution capabilities #86

Closed vlrpl closed 1 year ago

vlrpl commented 1 year ago

The first patch is part of the initial series where the backtrace was part of a module and the prog was a hook, but still makes sense. The last patch is an optimization, but it's tagged as RFC because as is because could affect the regular lookup (key match), hence it's been included as is only to quickly discuss it.

vlrpl commented 1 year ago

All the feedback should be addressed, a small additional nit:

ProbeOptions got renamed to ProbeOption as it makes more sense without the 's'.