Skip to content

Add support for attach multiple uprobe #656

@Zhongy95

Description

@Zhongy95

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions