eunomia-bpf / bpftime

Userspace eBPF runtime for Observability, Network & General Extensions Framework
https://eunomia.dev/bpftime/
MIT License
789 stars 74 forks source link

refactor: shared memory client #219

Closed Officeyutong closed 7 months ago

Officeyutong commented 7 months ago

Refactor the shared memory client and libraries. Including these targets:

After this, we could limit the dependency to boost and libbpf to these targets. Other parts of bpftime runtime will be more dependent.

Officeyutong commented 7 months ago

Not planned now