aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-14elfutils: refactor transitive dependenciesHEADmastermainAleksei Vetrov
2023-10-31Android.bp: correct the reported version (redux)Matthew Maurer
2023-10-17Merge remote-tracking branch 'aosp/upstream-master'Neill Kapron
2023-07-14pahole: Don't keep structs in multiple RB treesArnaldo Carvalho de Melo
2023-07-10README: Remove old comments about ancient distros and add 'git submodule' ins...Arnaldo Carvalho de Melo
2023-06-27spec: Migrate license to a SPDX standardized oneViktor Malik
2023-05-02btf_encoder: Fix a dwarf type DW_ATE_unsigned_1024 to btf encoding issueYonghong Song
2023-04-13dwarf_loader: DW_TAG_subroutine_type may have a DW_AT_byte_sizeArnaldo Carvalho de Melo
2023-04-13pdwtags: Print DW_TAG_constant tagsArnaldo Carvalho de Melo
2023-04-13fprintf: Add DW_TAG_constant pretty printer (constant__fprintf)Arnaldo Carvalho de Melo
2023-04-13dwarf_loader: Add support for DW_TAG_constantArnaldo Carvalho de Melo
2023-04-08pahole: Prep 1.25Arnaldo Carvalho de Melo
2023-03-31fprintf: Fix `*` not being printed for pointers with btf_type_tagEduard Zingerman
2023-03-28btf_loader: A hack for BTF import of btf_type_tag attributesEduard Zingerman
2023-03-28fprintf: Correct names for types with btf_type_tag attributeEduard Zingerman
2023-03-13btf_encoder: Compare functions via prototypes not parameter namesAlan Maguire
2023-03-13fprintf: Support skipping modifierAlan Maguire
2023-03-13fprintf: Generalize function prototype print to support passing confAlan Maguire
2023-03-02dwarf_loader: Fix for BTF id drift caused by adding unspecified typesEduard Zingerman
2023-03-01fprintf: Support DW_TAG_LLVM_annotation in dwarf_tag_name()Arnaldo Carvalho de Melo
2023-02-28CMakeLists.txt: Call cmake_minimum_required() before project()Arnaldo Carvalho de Melo
2023-02-28dwarf_loader: Only mark parameter as using an unexpected register when it doesAlan Maguire
2023-02-28dwarf_loader: Fix parameter location retrieval for location listsAlan Maguire
2023-02-28dwarf_loader: Fix detection of struct parametersAlan Maguire
2023-02-18pahole: Update man page for options alsoAlan Maguire
2023-02-18pahole: Update descriptions for btf_gen_optimized, skip_encoding_btf_inconsis...Alan Maguire
2023-02-18btf_encoder: Exclude functions with unexpected param register use not optimiz...Alan Maguire
2023-02-18dwarf_loader: Mark functions that do not use expected registers for paramsAlan Maguire
2023-02-17Android.bp: correct the reported versionMatthias Maennich
2023-02-16btfdiff: Exclude Rust CUs since those are not yet being converted to BTF on t...Arnaldo Carvalho de Melo
2023-02-14dwarf_loader: Fix sorting of Rust structsArnaldo Carvalho de Melo
2023-02-14dwarf_loader: Support DW_TAG_label outside DW_TAG_lexblockArnaldo Carvalho de Melo
2023-02-10core: Check that we're adding DW_TAG_member sorted by byte offsetArnaldo Carvalho de Melo
2023-02-09btf_encoder: Ensure ELF function representation is fully initializedAlan Maguire
2023-02-09CMakeList.txt: Bump version to the upcoming 1.25 release, not out of the door...Arnaldo Carvalho de Melo
2023-02-09btf_encoder: Support delaying function addition to check for function prototy...Alan Maguire
2023-02-09btf_encoder: Represent "."-suffixed functions (".isra.0") in BTFAlan Maguire
2023-02-09btf_encoder: Rework btf_encoders__*() API to allow traversal of encodersAlan Maguire
2023-02-09btf_encoder: Refactor function addition into dedicated btf_encoder__add_funcAlan Maguire
2023-02-09btf_encoder: Store type_id_off, unspecified type in encoderAlan Maguire
2023-02-09dwarf_loader: Help spotting functions with optimized-out parametersAlan Maguire
2023-02-09pahole: Sync with libbpf-1.1Alan Maguire
2023-01-24dwarf_loader: Sync with LINUX_ELFNOTE_LTO_INFO macro from kernelSedat Dilek
2023-01-24pahole: Set libbpf debug printer in -V modeArnaldo Carvalho de Melo
2023-01-24pahole: Use type__fprintf() directly for --compileArnaldo Carvalho de Melo
2023-01-24core: Introduce base_type__language_defined()Arnaldo Carvalho de Melo
2023-01-24dwarf_loader: DW_TAG_inlined_subroutine needs recoding by DW_AT_abstract_originArnaldo Carvalho de Melo
2022-10-24pfunct: Use zalloc() to make the code more robustArnaldo Carvalho de Melo
2022-10-24pahole: Use zalloc() to make the code more robustArnaldo Carvalho de Melo
2022-10-24core: Use zalloc() to make the code more robustArnaldo Carvalho de Melo