All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@arm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv5 2/5] package/bcc: new package
Date: Sun, 20 Dec 2020 01:44:39 +0000	[thread overview]
Message-ID: <20201220014439.fetlfhngmdh5zy3o@e107158-lin.cambridge.arm.com> (raw)
In-Reply-To: <20201206173537.1397691-2-romain.naour@gmail.com>

Hi Romain

On 12/06/20 18:35, Romain Naour wrote:
> From: Jugurtha BELKALEM <jugurtha.belkalem@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@smile.fr>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Qais Yousef <qais.yousef@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@arm.com>
Reviewed-by: Qais Yousef <qais.yousef@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>

  reply	other threads:[~2020-12-20  1:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 17:35 [Buildroot] [PATCHv5 1/5] package/llvm: add BPF backend Romain Naour
2020-12-06 17:35 ` [Buildroot] [PATCHv5 2/5] package/bcc: new package Romain Naour
2020-12-20  1:44   ` Qais Yousef [this message]
2020-12-20  9:17     ` Romain Naour
2020-12-06 17:35 ` [Buildroot] [PATCHv5 3/5] package/libbpf: " Romain Naour
2020-12-20  2:07   ` Qais Yousef
2020-12-06 17:35 ` [Buildroot] [PATCHv5 4/5] package/bpftrace: " Romain Naour
2020-12-20  1:47   ` Qais Yousef
2020-12-20 10:01     ` Romain Naour
2020-12-20 15:22       ` Romain Naour
2020-12-21 11:44       ` Qais Yousef
2020-12-06 17:35 ` [Buildroot] [PATCHv5 5/5] package/bcc: add optional luajit dependency Romain Naour
2020-12-20  1:47   ` Qais Yousef
2020-12-20 10:11     ` Romain Naour
2020-12-20  1:43 ` [Buildroot] [PATCHv5 1/5] package/llvm: add BPF backend Qais Yousef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201220014439.fetlfhngmdh5zy3o@e107158-lin.cambridge.arm.com \
    --to=qais.yousef@arm.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.