Skip to content

Karinza38/dwarves

This branch is 2 commits ahead of, 16 commits behind acmel/dwarves:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2021
Nov 11, 2024
Nov 19, 2024
Apr 23, 2019
Dec 6, 2024
Nov 19, 2024
Feb 11, 2019
Feb 11, 2019
Dec 6, 2024
Dec 17, 2007
Dec 6, 2024
Dec 6, 2024
Jun 12, 2024
Jan 4, 2025
Dec 14, 2017
Apr 16, 2019
Aug 17, 2020
Oct 29, 2008
Aug 20, 2021
Nov 28, 2024
Oct 7, 2024
Oct 23, 2024
Feb 19, 2024
Aug 20, 2021
Apr 16, 2019
Dec 16, 2019
Mar 13, 2020
Oct 2, 2020
Nov 23, 2020
Feb 4, 2021
Apr 9, 2021
Aug 23, 2021
Dec 8, 2021
Aug 22, 2022
Apr 8, 2023
Feb 27, 2024
Jun 11, 2024
Dec 6, 2024
Oct 10, 2022
Feb 12, 2008
Jan 18, 2019
Oct 20, 2020
Jan 18, 2019
Jul 29, 2024
Mar 31, 2009
Jul 29, 2024
Feb 27, 2024
Oct 1, 2024
Oct 1, 2024
Nov 15, 2024
Nov 19, 2024
Nov 19, 2024
Oct 13, 2022
Oct 13, 2022
Oct 11, 2024
Oct 10, 2022
Jan 18, 2019
Aug 20, 2021
Aug 20, 2021
Aug 20, 2021
Aug 20, 2021
Apr 16, 2019
Apr 23, 2024
Apr 23, 2024
Aug 20, 2021
Nov 19, 2024
Oct 20, 2020
Aug 20, 2021
Nov 19, 2024
Jul 26, 2024
Oct 23, 2024
Oct 28, 2021
Feb 27, 2024
Jan 18, 2019
Jan 18, 2019
May 14, 2012
Aug 20, 2021
Feb 27, 2024

Repository files navigation

 Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake ..
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 -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

About

Pahole and the dwarves

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • Roff 4.3%
  • Python 3.7%
  • Shell 2.2%
  • CMake 1.6%
  • Makefile 0.1%