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 changeMon, 11 Mar 2024 15:09:53 +0000 (11 12:09 -0300)
last refreshSat, 27 Apr 2024 00:21:09 +0000 (27 02:21 +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
2024-03-11 Arnaldo Carvalho... fprintf: Remove bogus deduction of negative hole from... master
2024-03-07 Arnaldo Carvalho... core: The padding in ancestor classes may be used in...
2024-03-07 Arnaldo Carvalho... fprintf: Update 'last' variable for DW_TAG_inheritance...
2024-03-07 Arnaldo Carvalho... fprintf: Update the 'last' member when not finding...
2024-03-07 Arnaldo Carvalho... fprintf: Don't ignore DW_TAG_inheritance in the sum...
2024-03-01 Alan Maguirebtf_encoder: Dynamically allocate the vars array for...
2024-02-29 Arnaldo Carvalho... PKG-MAINTAINERS: Add file with known pahole distro...
2024-02-27 Arnaldo Carvalho... pahole: Prep 1.26v1.26
2024-02-27 Arnaldo Carvalho... NEWS: Add missing list of changes for v1.25
2024-02-27 Arnaldo Carvalho... prefcnt: cus__load_files() requires a non NULL conf_load
2024-02-27 Arnaldo Carvalho... dtagnames: cus__load_files() requires a non NULL conf_load
2024-02-27 Arnaldo Carvalho... syscse: cus__load_files() requires a non NULL conf_load
2024-02-21 Arnaldo Carvalho... dwarf_loader: Print the line number in addition to...
2024-02-20 Arnaldo Carvalho... pahole: Wait to find a DWARF CU with both the class...
2024-02-20 Arnaldo Carvalho... pahole: Improve error message when not resolving symbol...
2024-02-19 Arnaldo Carvalho... pahole: Implement --contains_enumerator=ENUMERATOR_NAME
...
tags
8 weeks 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
34 hours ago tmp.master
34 hours ago next
3 weeks ago btf_reproducible_build
6 weeks ago master
14 months ago rust
14 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 (5894s old)
dwarves/SamB.git My dwarves repo naesten@gmail.com 14 years ago