anakryiko / retsnoop

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

retsnoop: support a small expression language to further filter trace #28

Open anakryiko opened 2 years ago

anakryiko commented 2 years ago

Just recording an idea. Support some small DSL (domain-specific language) for specifying extra conditions under which traces should be captured. E.g., this could be extra restrictions/conditions on entry function argument values or return.

Lots of things to consider here, just a wishlist.