alegrey91 / harpoon

🔍 Trace syscalls from user-space functions, by using eBPF
Apache License 2.0
78 stars 3 forks source link

Add support to log system call input parameters #2

Open owen800q opened 11 months ago

owen800q commented 11 months ago

HI @alegrey91 i wonder is it possible to also trace system call input parameters?

alegrey91 commented 11 months ago

Hi @owen800q and thanks for raising the issue!

i wonder is it possible to also trace system call input parameters?

Yes, it is. The scope of the project did not include tracing input parameters at the beginning, but I think this could be a nice improvement :)