parca-dev / parca-agent

eBPF based always-on profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
https://parca.dev/
Apache License 2.0
529 stars 66 forks source link

Set BPF map limits in userspace #1078

Open javierhonduco opened 1 year ago

javierhonduco commented 1 year ago

(Suggested in https://github.com/parca-dev/parca-agent/pull/1076)

Set BPF map limits and other data in userspace, rather than duplicating it in the BPF program (which just sets some metadata) and in userspace

kakkoyun commented 1 year ago

@javierhonduco Is this issue up-to-date?

javierhonduco commented 1 year ago

Oh just saw this because I was going to update it – sorry I missed your comment. It's up to date, I am going to tackle this one in the next few days :)

javierhonduco commented 8 months ago

I am going to tackle this one in the next few days

Famous last words! Just kidding, now we set some more maps in userspace, but not all, leaving the decision up to you two @kakkoyun @Sylfrena 😀