alegrey91 / harpoon

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

Support multiple functions in input for `capture` command #13

Closed alegrey91 closed 5 months ago

alegrey91 commented 5 months ago

Currently the capture command support the flag -f in order to pass the symbol function name to trace. We should add the possibility of passing multiple symbol function names to harpoon, so we could trace them all together.