[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z4-TDt42dTKZvCo6@x1>
Date: Tue, 21 Jan 2025 13:29:02 +0100
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: dwarves@...r.kernel.org
Cc: Alan Maguire <alan.maguire@...cle.com>,
Ihor Solodrai <ihor.solodrai@...me>,
Eduard Zingerman <eddyz87@...il.com>,
Alexei Starovoitov <alexei.starovoitov@...il.com>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>, Jiri Olsa <jolsa@...nel.org>,
Mykola Lysenko <mykolal@...com>,
Jan Alexander Steffens <heftig@...hlinux.org>,
Domenico Andreoli <cavok@...ian.org>,
Matthias Schwarzott <zzam@...too.org>,
Dominique Leuenberger <dimstar@...nsuse.org>,
Dominique Martinet <asmadeus@...ewreck.org>,
Viktor Malik <vmalik@...hat.com>,
Tom Stellard <tstellar@...hat.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
bpf@...r.kernel.org
Subject: ANNOUNCE: pahole v1.29 (Better DWARF loading & BTF encoding)
Hi,
The v1.29 release of pahole is out with more efficient
multithreaded DWARF loading and BTF encoding, that is now always
reproducible, multiple decl tags are supported in the BTF loader and
thus pfunct can pretty print the full function prototype.
Main git repo:
https://git.kernel.org/pub/scm/devel/pahole/pahole.git
Mirror git repo:
https://github.com/acmel/dwarves.git
tarball + gpg signature:
https://fedorapeople.org/~acme/dwarves/dwarves-1.29.tar.xz
https://fedorapeople.org/~acme/dwarves/dwarves-1.29.tar.bz2
https://fedorapeople.org/~acme/dwarves/dwarves-1.29.tar.sign
Thanks a lot to all the contributors and distro packagers,
you're on the CC list, we appreciate a lot the work you put into these
tools,
Best Regards,
- Arnaldo
DWARF loader:
- Multithreading is now contained in the DWARF loader using a jobs queue and a
pool of worker threads.
BTF encoder:
- The parallel reproducible BTF generation done using the new DWARF loader
multithreading model is as fast as the old non-reproducible one and thus is
now always performed, making the "reproducible_build" flag moot.
The memory consumption is now greatly reduced as well.
BTF loader:
- Support for multiple BTF_DECL_TAGs pointing to same tag.
Example:
$ pfunct vmlinux -F btf -f bpf_rdonly_cast
bpf_kfunc bpf_fastcall void *bpf_rdonly_cast(const void *obj__ign, u32 btf_id__k);
Regression tests:
- Verify that pfunct prints btf_decl_tags read from BTF.
pfunct:
- Don't print functions twice when using -f.
Powered by blists - more mailing lists