-if(NOT CMAKE_USE_LIBBPF_PACKAGE) - execute_process(COMMAND git config --global --add safe.directory ${CMAKE_CURRENT_SOURCE_DIR}/src/cc/libbpf - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} - RESULT_VARIABLE CONFIG_RESULT) - if(CONFIG_RESULT AND NOT CONFIG_RESULT EQUAL 0) - message(...
Looking for more information on BCC and how it's being used? You can find links to other BCC content on the web inLINKS.md. Releases 17tags Packages No packages published Languages Python42.1% C++32.5% C11.2% Lua10.6% CMake1.4% Yacc0.7% Other1.5%...
eBPF was built on top of the Berkeley Packet Filter (cBPF). At the lowest level, it introduced the use of ten 64-bit registers (instead of two 32-bit long registers for cBPF), different jump semantics, a call instruction and corresponding register passing convention, new instructions, and a...
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more - bcc/CMakeLists.txt at master · njc-gov/bcc
Looking for more information on BCC and how it's being used? You can find links to other BCC content on the web inLINKS.md. Packages No packages published Languages Python42.3% C++32.2% C11.5% Lua10.4% CMake1.4% Yacc0.7% Other1.5%...
# Before you begin apt-get update # According to https://packages.debian.org/source/sid/bpfcc, # BCC build dependencies: sudo apt-get install arping bison clang-format cmake dh-python \ dpkg-dev pkg-kde-tools ethtool flex inetutils-ping iperf \ libbpf-dev libclang-dev libclang-cpp-dev...
.gitmodules add kernel libbpf as a submodule Jan 18, 2019 .travis.yml Unify python executables to use #!/usr/bin/env python shebang (iovi… Jan 4, 2019 CMakeLists.txt get submodules in cmake and package build Jan 18, 2019 CODEOWNERS Add /tests/ to CODEOWNERS Aug 23, 2017 CONTRIBUT...
introspection use linux bpf uapi header from libbpf submodule Jan 18, 2019 man bitesize: switch to issue tracepoint (iovisor#2283) Mar 21, 2019 scripts get submodules in cmake and package build Jan 18, 2019 snapcraft snapcraft: updates to snapcraft 2.37 and core18 snaps (iovisor#2277) ...
introspection use linux bpf uapi header from libbpf submodule Jan 18, 2019 man tcpconnect: support uid option (iovisor#2118) Jan 10, 2019 scripts get submodules in cmake and package build Jan 18, 2019 snapcraft snapcraft: use new snapcraft rules to clean up wrapping of executables ( Nov...
CMakeLists.txt README bcc_btf.cc bcc_btf.h bcc_common.cc bcc_common.h bcc_debug.cc bcc_debug.h bcc_elf.c bcc_elf.h bcc_exception.h bcc_libbpf_inc.h bcc_perf_map.c bcc_perf_map.h bcc_proc.c bcc_proc.h bcc_syms.cc