Skip to content

acmel/dwarves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 15, 2025
4ef47f8 · Jan 15, 2025
Aug 20, 2021
Nov 11, 2024
Nov 19, 2024
Apr 23, 2019
Jan 15, 2025
Jan 9, 2025
Feb 11, 2019
Feb 11, 2019
Jan 15, 2025
Dec 17, 2007
Jan 15, 2025
Jan 15, 2025
Jun 12, 2024
Nov 26, 2024
Dec 14, 2017
Apr 16, 2019
Aug 17, 2020
Oct 29, 2008
Aug 20, 2021
Jan 10, 2025
Jan 9, 2025
Jan 9, 2025
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
Jan 15, 2025
Oct 10, 2022
Feb 12, 2008
Jan 18, 2019
Oct 20, 2020
Jan 18, 2019
Jan 9, 2025
Mar 31, 2009
Jul 29, 2024
Feb 27, 2024
Oct 1, 2024
Oct 1, 2024
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Oct 13, 2022
Oct 13, 2022
Jan 9, 2025
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
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
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

Stars

Watchers

Forks

Packages

No packages published

Contributors 44