| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
In order to use latest clang, latest bcc sources are needed, this also
means that we need to use vendored libbpf as thats the newest one needed
and avoids dependencies on kernel bpf headers which maybe old and out of
sync
examples use error.h header which is not available on musl therefore
disable examples when building on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Link bcc dynamically against libbpf. This reduces the size of libbcc.so
from 68 MB to 3 MB.
Backport some patches from upstream which are needed for the actual
dynamic linking.
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
|
|
|
|
|
|
|
| |
ppc64 port is not yet available, its proposed here
https://github.com/LuaJIT/LuaJIT/pull/54
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
bring-in needed patches from upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
To support kernel v5.9 and remove patches that have been merged upstream.
Signed-off-by: He Zhe <zhe.he@windriver.com>
|