-
Updated
Oct 24, 2020 - Go
ebpf
Here are 130 public repositories matching this topic...
-
Updated
Oct 23, 2020 - Lua
What happened:
Tried running Regression test using command ./test/run_regression_tests.sh $PWD/build.
The test
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 22, 2020 - Go
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
-
Updated
Oct 16, 2020
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 20, 2020 - Go
CI/CD
It would be nice to add some Automated build, tests, and release. Currently most of the build/test/release logic is in the Makefile, which should be used as the basis for any work that is done on this issue.
-
Updated
Oct 22, 2020 - Rust
-
Updated
Oct 19, 2020 - Python
-
Updated
Jan 29, 2020 - Rust
-
Updated
Feb 19, 2019 - Python
-
Updated
Feb 18, 2020 - Go
-
Updated
Jan 14, 2020 - Shell
[BUG]
"make -j $(getconf _NPROCESSORS_ONLN)" failed with This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Describe the bug
"make -j $(getconf _NPROCESSORS_ONLN)" failed with attached error
part of error:
[ 16%] Building CXX object src/libs/bcc/src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
Scanning dependencies of target xpath
[ 16%] Building CXX object
-
Updated
Feb 24, 2019 - C
-
Updated
Feb 10, 2020 - C
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
May 14, 2018 - C
-
Updated
Sep 3, 2020 - Java
Improve this page
Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."
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.