Skip to content
#

ebpf

Here are 312 public repositories matching this topic...

fgksgf
fgksgf commented May 18, 2022

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

We should provide multi-architecture Docker images of skywalking-eyes, just like other SkyWalking sub-projects.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • [
docker good first issue license eye
danobi
danobi commented May 9, 2020

Seems we have some language features not fully documented (like bitshift operators in #1322).

Would be good to go through language grammar and make sure everything is in the reference guide.

good first issue docs
itaysk
itaysk commented Dec 28, 2021

Currently we have just one type of docs which are "reference" documentation. We should add a "how-to/tutorials" section with goal-driven content. We can start by drawing already available content:

https://blog.aquasec.com/kubernetes-runtime-security-ebpf
https://blog.aquasec.com/tracee-runtime-malware-alerts-aqua-postee
https://blog.aquasec.com/runtime-security-tracee-rules
https://github.co

p-e-w
p-e-w commented May 23, 2021

It appears that the RedBPF toolchain imposes currently undocumented restrictions on map value types that go beyond those expressed by the generic constraints:

  • All variants of an enum must have the same size in memory.
  • Struct fields are (mostly?) required to be aligned to multiples of 32 bits, though sometimes 64-bit alignment is required, and some structs don't work at all despite their fi
help wanted good first issue

Improve this page

Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."

Learn more