We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In libbpf, attach multiple uprobes like:
link->multi_link = bpf_program__attach_uprobe_multi(prog, pid, path, NULL, &opts_multi);
https://github.com/libbpf/libbpf/blob/master/src/usdt.c
Or do we have other alternatives to attach uprobes to multiple addresses of different target?
The text was updated successfully, but these errors were encountered:
I don't believe we have multi attach hooked up yet. Feel free to contribute the bindings.
Sorry, something went wrong.
No branches or pull requests
In libbpf, attach multiple uprobes like:
https://github.com/libbpf/libbpf/blob/master/src/usdt.c
Or do we have other alternatives to attach uprobes to multiple addresses of different target?
The text was updated successfully, but these errors were encountered: