public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: pahole v1.29 (Better DWARF loading & BTF encoding)
@ 2025-01-21 12:29 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2025-01-21 12:29 UTC (permalink / raw)
  To: dwarves
  Cc: Alan Maguire, Ihor Solodrai, Eduard Zingerman, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Jiri Olsa, Mykola Lysenko,
	Jan Alexander Steffens, Domenico Andreoli, Matthias Schwarzott,
	Dominique Leuenberger, Dominique Martinet, Viktor Malik,
	Tom Stellard, Linux Kernel Mailing List, bpf

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-21 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 12:29 ANNOUNCE: pahole v1.29 (Better DWARF loading & BTF encoding) Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox