elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

Use BTF-defined map defs and change PathResolver scratch map to a percpu-array #71

Closed mmat11 closed 2 years ago

mmat11 commented 2 years ago

Closes https://github.com/elastic/ebpf/issues/68

@rhysre I've changed the scratch map in PathResolver to a percpu-array since the execution is always in the context of a single ebpf program. Let me know if that's ok for you