descriptionPahole and other DWARF utils
homepage URLhttps://git.kernel.org/cgit/devel/pahole/pahole.git/
repository URLgit://git.kernel.org/pub/scm/devel/pahole/pahole.git
ownernaesten@gmail.com
last changeTue, 30 Apr 2024 14:39:37 +0000 (30 11:39 -0300)
last refreshMon, 6 May 2024 17:04:47 +0000 (6 19:04 +0200)
content tags
add:
README
Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake -D__LIB=lib ..
5. make install

cmake Options:
  -DBUILD_SHARED_LIBS
    By default SHARED libraries are created and applications are linked to it.
    Use -DBUILD_SHARED_LIBS=OFF while invoking cmake to create STATIC libraries
    and link applications to it.

    Ex. cmake -D__LIB=lib -DBUILD_SHARED_LIBS=OFF ..

  -DCMAKE_INSTALL_PREFIX
    Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
    when invoking cmake to specify another install location.

You may need to update the libbpf git submodule:

git submodule update --init --recursive
shortlog
6 days ago Alan Maguirepahole: Describe expected use of 'default' in the man... masternexttmp.master
11 days ago Yonghong Songbtf_encoder: Fix DWARF int type with greater-than-16...
13 days ago Arnaldo Carvalho... pahole: Allow asking for extra features using the ...
13 days ago Arnaldo Carvalho... pahole: Factor out routine to process "--btf_features...
13 days ago Daniel Xugobuffer: Add gobuffer__sort() helper
13 days ago Alan Maguiretests: update reproducible_build test to use "default"
13 days ago Alan Maguirepahole: Replace use of "all" with "default" for --btf_f...
2024-04-16 Alan Maguiretests/reproducible_build: use --btf_features=all,reprod...
2024-04-16 Alan Maguirepahole: Add reproducible_build to --btf_features
2024-04-16 Alan Maguirepahole: Allow --btf_features to not participate in...
2024-04-15 Arnaldo Carvalho... tests/reproducible_build: Use --btf_features=all when...
2024-04-15 Arnaldo Carvalho... tests/reproducible_build: Validate the vmlinux file
2024-04-15 Arnaldo Carvalho... tests: Add a BTF reproducible generation test
2024-04-15 Arnaldo Carvalho... pahole: Encode BTF serially in a reproducible build
2024-04-15 Arnaldo Carvalho... core/dwarf_loader: Add functions to set state of CU...
2024-04-15 Arnaldo Carvalho... dwarf_loader: Add the cu to the cus list early, remove...
...
tags
2 months ago v1.26 pahole:
12 months ago v1.25 DWARF loader:
20 months ago v1.24 BTF encoder:
2 years ago v1.23 DWARF loader:
2 years ago v1.22 pahole:
3 years ago v1.21 DWARF loader:
3 years ago v1.20 v1.20:
3 years ago v1.19 v1.19:
3 years ago v1.18 v1.18:
4 years ago v1.17 v1.17 changes:
4 years ago v1.16 v1.16 changes:
4 years ago v1.15 v1.15 June 2019
4 years ago v1.14 v1.14:
5 years ago v1.13 Here is a summary of changes for...
5 years ago v1.12 v1.12 August 2018
6 years ago v1.11 v1.11
...
heads
6 days ago tmp.master
6 days ago next
6 days ago master
4 weeks ago btf_reproducible_build
14 months ago rust
15 months ago tmp.next
15 months ago alt_dwarf
17 months ago WIP-imported-unit
19 months ago nex
3 years ago tmp.1.20
3 years ago DW_AT_data_bit_offset
3 years ago tmp
3 years ago tmp.libbtf_encoder
3 years ago tmp.packed
3 years ago pretty
5 years ago bitfield
...
forks
Cached version (260s old)
dwarves/SamB.git My dwarves repo naesten@gmail.com 14 years ago