[Buildroot] [PATCHv5 2/5] package/bcc: new package

Qais Yousef qais.yousef at arm.com
Sun Dec 20 01:44:39 UTC 2020


Hi Romain

On 12/06/20 18:35, Romain Naour wrote:
> From: Jugurtha BELKALEM <jugurtha.belkalem at smile.fr>
> 
> bcc is a front-end tool for eBPF :
> https://github.com/iovisor/bcc/blob/master/README.md.
> eBPF is the most powerful Linux tracer, and bcc
> allows to write eBPF scripts in C and PYTHON3.
> 
> bcc can help to troubleshoot issues quickly on
> embedded systems (as long as Linux kernel
> version >= 4.1).
> 
> bcc can also make it easy to create observabilty tools,
> SDN configuration, ddos mitigation, intrusion detection
> and secure containers. More information is available at:
> https://ebpf.io/
> 
> BCC can be tested on the target :
> $ mount -t debugfs none /sys/kernel/debug
> $ cd /usr/share/bcc/tools
> $ ./execsnoop
> 
> Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem at smile.fr>
> Signed-off-by: Romain Naour <romain.naour at gmail.com>
> Cc: Qais Yousef <qais.yousef at arm.com>
> ---

This only missed adding my patch to fix up python installation path (attached).

With that patch added

Tested-by: Qais Yousef <qais.yousef at arm.com>
Reviewed-by: Qais Yousef <qais.yousef at arm.com>

Thanks

--
Qais Yousef
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-python-CMakeLists.txt-Fix-python-installation-path.patch
Type: text/x-diff
Size: 1108 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20201220/08b94534/attachment.patch>


More information about the buildroot mailing list