retsnoop icon indicating copy to clipboard operation
retsnoop copied to clipboard

retsnoop: support capturing and pretty-printing function input arguments

Open anakryiko opened this issue 2 years ago • 0 comments

We can rely on BTF and libbpf APIs (e.g., btf_dump__dump_type_data()) to capture and emit input arguments.

Again, major considerations are usability: how to let user to specify when and what to capture and output, and how large structs should be formatted in the output.

anakryiko avatar Oct 24 '22 17:10 anakryiko