Currently, the parser in BPFd expects at least 2 arguments or it breaks. This forces users of the BPFd interface to pass at least two arguments even when none or only 1 is needed.
For example:
BPF_DETACH_UPROBE "evname" 0
In the above example, the 0 is only passed in to satisfy the "at least 2 arg" requirement of the parser.
Currently, the parser in BPFd expects at least 2 arguments or it breaks. This forces users of the BPFd interface to pass at least two arguments even when none or only 1 is needed.
For example:
In the above example, the 0 is only passed in to satisfy the "at least 2 arg" requirement of the parser.