alegrey91 / harpoon

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

Add flag `--name` in `capture` command #38

Closed alegrey91 closed 2 months ago

alegrey91 commented 2 months ago

We need the ability to assign custom names to meta files created by harpoon when capturing. This because if we run the following command (several times with different flags/args):

harpoon capture -f main.main ./command args --flags

The main.main symbol will be override every time we iterate the command with different flags/args. We need the ability of specifying a different name from the default one.