eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
693 stars 68 forks source link

[idea]: Support uprobe_multi for bpftime #214

Open Zheaoli opened 5 months ago

Zheaoli commented 5 months ago

Is your feature request related to a problem? Please describe.

https://lore.kernel.org/bpf/20230424160447.2005755-1-jolsa@kernel.org/

Describe the solution you'd like

Describe alternatives you've considered

Provide usage examples

Additional context

Officeyutong commented 5 months ago

Development of new features related to the implementation of bpftime would be postponed until the big reconstruction

Officeyutong commented 3 months ago

I'll take this issue. Now we use a more clear way to implement attaching, so it's convenient to make a perf_event stores more than one uprobe instance.