From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qais Yousef Date: Sat, 23 Jan 2021 19:44:08 +0000 Subject: [Buildroot] [PATCHv6 4/5] package/bpftrace: new package In-Reply-To: <20201221134549.nk4eu6qpto36ahpq@e107158-lin> References: <20201220151203.2206747-1-romain.naour@gmail.com> <20201220151203.2206747-4-romain.naour@gmail.com> <20201221134549.nk4eu6qpto36ahpq@e107158-lin> Message-ID: <20210123194408.3omcypashiq44le5@e107158-lin> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/21/20 13:45, Qais Yousef wrote: > On 12/20/20 16:12, Romain Naour wrote: > > From: Qais Yousef > > > > bpftrace is a high-level tracing language for Linux enhanced Berkeley > > Packet Filter (eBPF) available in recent Linux kernels (4.x). > > > > Only tested on x86_64 and aarch64. The package doesn't support i386 and > > aarch32. > > > > The libbpf dependency allow to enable the BTF support: > > # bpftrace --info > > System > > OS: Linux 5.4.58 #1 SMP Sun Dec 20 15:56:56 CET 2020 > > Arch: aarch64 > > > > Build > > version: 2020.11-328-g019a9 > > LLVM: 9.0.1 > > foreach_sym: yes > > unsafe uprobe: no > > bfd: yes > > bpf_attach_kfunc: yes > > bcc_usdt_addsem: yes > > bcc bpf_attach_uprobe refcount: yes > > libbpf: yes > > libbpf btf dump: yes > > libbpf btf dump type decl: yes > > > > bfptrace doesn't use the libbpf_bcc library provided by bcc package. > > > > Signed-off-by: Qais Yousef > > Signed-off-by: Romain Naour > > Cc: Jugurtha BELKALEM > > --- > > v6: Update DEVELOPERS file > > LGTM. Ping. I had issues with building patch 5, but the rest of the series is in good shape IMO and can be merged independently at least. Is there anything more needs to be done to help get this support merged? Thanks -- Qais Yousef