1. 6afc296 emit: Fix printing typedef of nameless struct/union by Arnaldo Carvalho de Melo · 2 years, 3 months ago
  2. 49a2dd6 fprintf: Check if conf->conf_fprintf is not NULL in when resolving cacheline_size by Arnaldo Carvalho de Melo · 2 years, 3 months ago
  3. 46cec35 fprintf: Fix division by zero for uninitialized conf_fprintf->cacheline_size field by Arnaldo Carvalho de Melo · 2 years, 3 months ago
  4. 73383b3 libbpf: Update libbpf to the latest git HEAD by Kui-Feng Lee · 2 years, 3 months ago
  5. 2135275 pahole: Use per-thread btf instances to avoid mutex locking by Kui-Feng Lee · 2 years, 3 months ago
  6. 96d2c5c dwarf_loader: Prepare and pass per-thread data to worker threads by Kui-Feng Lee · 2 years, 3 months ago
  7. 724c8fd dwarf_loader: Receive per-thread data on worker threads by Kui-Feng Lee · 2 years, 3 months ago
  8. 3c8f7e8 Fix Android.bp after merge by Connor O'Brien · 2 years, 4 months ago
  9. e017fe3 Merge branch 'upstream-master' into 'master' by Connor O'Brien · 2 years, 4 months ago
  10. 2f7d61b core: Define DW_TAG_skeleton_unit if not available on current dwarf.h by Arnaldo Carvalho de Melo · 2 years, 4 months ago
  11. c2b7b8c pahole: Prep 1.23 by Arnaldo Carvalho de Melo · 2 years, 5 months ago
  12. 54ae2f7 Revert "fprintf: Allow making struct/enum/union anonymous" by Douglas RAILLARD · 2 years, 5 months ago
  13. 69fb186 Revert "pahole: Add --inner_anon option" by Douglas RAILLARD · 2 years, 5 months ago
  14. 005236c pahole: Add --inner_anon option by Douglas Raillard · 2 years, 6 months ago
  15. 7c5e35b fprintf: Allow making struct/enum/union anonymous by Douglas Raillard · 2 years, 6 months ago
  16. d99d551 btf_encoder: Support btf_type_tag attribute by Yonghong Song · 2 years, 5 months ago
  17. 3da248c man pages: Add missing --skip_encoding_btf_decl_tag entry by Arnaldo Carvalho de Melo · 2 years, 5 months ago
  18. a58ecca man pages: Add missing --skip_encoding_btf_type_tag entry by Arnaldo Carvalho de Melo · 2 years, 5 months ago
  19. b488c8d dwarf_loader: Support btf_type_tag attribute by Yonghong Song · 2 years, 5 months ago
  20. a0cc686 dutil: Move DW_TAG_LLVM_annotation definition to dutil.h by Yonghong Song · 2 years, 5 months ago
  21. 76401e9 libbpf: Sync with latest libbpf repo to pick support for BTF_KIND_TYPE_TAG by Yonghong Song · 2 years, 5 months ago
  22. 6e27fd1 Add dwarves OWNERS by Matthias Maennich · 2 years, 5 months ago
  23. 0135ccd dwarf_loader: Warn about DW_TAG_skeleton_unit and give a workaround by Arnaldo Carvalho de Melo · 2 years, 6 months ago
  24. 433dc78 fprintf: Add DWARF5 tags added in elfutils 0.170 by Arnaldo Carvalho de Melo · 2 years, 6 months ago
  25. 7af9ed4 dwarf_loader: Print the hexadecimal value for unexpected tags in die__process() by Arnaldo Carvalho de Melo · 2 years, 6 months ago
  26. ec62499 btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes by Yonghong Song · 2 years, 6 months ago
  27. 468b419 dwarf_loader: support typedef DW_TAG_LLVM_annotation by Yonghong Song · 2 years, 6 months ago
  28. 696c621 btf_loader: Use cacheline size to infer alignment by Douglas Raillard · 2 years, 6 months ago
  29. 48f4086 btf_loader: Propagate struct conf_load by Douglas Raillard · 2 years, 6 months ago
  30. 772725a dwarves_fprintf: Move cacheline_size into struct conf_fprintf by Douglas Raillard · 2 years, 6 months ago
  31. cdd088c btfdiff: Suppress alignment tags with BTF as well as with DWARF by Arnaldo Carvalho de Melo · 2 years, 6 months ago
  32. 836c139 btf_loader: Infer alignment info by Douglas Raillard · 2 years, 6 months ago
  33. 4db65fe core: Export tag__natural_alignment() by Douglas Raillard · 2 years, 6 months ago
  34. 43e8216 fprintf: Fix __attribute__((__aligned__(N)) handling for struct members by Arnaldo Carvalho de Melo · 2 years, 6 months ago
  35. c52f642 btf: Rename btf_tag to btf_decl_tag by Yonghong Song · 2 years, 6 months ago
  36. 3433c67 manpages: Minor fixes by Domenico Andreoli · 2 years, 6 months ago
  37. e975d0f btf_loader: Refactor class__fixup_btf_bitfields by Douglas Raillard · 2 years, 6 months ago
  38. 5282fee pahole: Add --skip_missing option by Douglas Raillard · 2 years, 6 months ago
  39. 6931e39 fprintf: Fix nested struct printing wrt attributes by Douglas Raillard · 2 years, 7 months ago
  40. 16a7aca btf_encoder: Fix handling of percpu symbols on s390 by Ilya Leoshkevich · 2 years, 7 months ago
  41. 3cde013 dwarf_loader: Fix heap overflow when accessing variable specification by Ilya Leoshkevich · 2 years, 7 months ago
  42. a9c99e9 dwarves: Introduce conf_load->thread_exit() callback by Arnaldo Carvalho de Melo · 2 years, 7 months ago
  43. cc6c7d4 Update libbpf to get API to combine BTF by Arnaldo Carvalho de Melo · 2 years, 7 months ago
  44. e38e89e btf_encoder: Generate BTF_KIND_TAG from llvm annotations by Yonghong Song · 2 years, 7 months ago
  45. aa8c494 dwarf_loader: Parse DWARF tag DW_TAG_LLVM_annotation by Yonghong Song · 2 years, 7 months ago
  46. 3d20210 CMakeList.txt: Don't download libbpf source when system library is used by Matteo Croce · 2 years, 7 months ago
  47. 38fad22 libbpf: Get latest libbpf by Yonghong Song · 2 years, 7 months ago
  48. 8843109 CMakeList.txt: Make python optional by Matteo Croce · 2 years, 8 months ago
  49. f02af25 pahole: Prep 1.22 by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  50. 40a40df core: Bump the chunk size for ptr_table uses in types, tags, functions tables by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  51. 9f0809e pahole: Introduce --ptr_table_stats by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  52. f035871 core: Add CU stats printer by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  53. c59e996 pahole: Fix races in accessing type information in live CUs by Arnaldo Carvalho de Melo · 2 years, 8 months ago
  54. c34b6c6 pahole: Add missing limits.h include to get ULLONG_MAX definition by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  55. 5e8ad60 CMakeList.txt: Look for obstack outside libc by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  56. 739bc50 cmake: Add a module to find if obstack is in a separate library by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  57. 5244b47 CMakeList.txt: Look for argp outside libc by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  58. 3f70d31 cmake: Add a module to find if argp is in a separate library by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  59. 9f9588d fprintf: Add alternative method for reading the data cacheline size by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  60. 71867af core: Include missing limits.h to get PATH_MAX definition by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  61. 0d8d457 dutil: Include linux/stddef.h to build on Alpine Linux systems by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  62. bb02fec README.tarball: Overcome --transform problem with symlinks by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  63. 9fed416 MANIFEST: Add lib/include/bpf by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  64. cb1cf16 spec: Remove deleted libbtf.h from the RPM file list by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  65. d0c3dd1 README.tarball: Remove hardcoded version, get it from 'git tag' by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  66. b5140d5 MANIFEST: Remove long gone strings header files by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  67. 02fd228 MANIFEST: Add buildcmd.sh by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  68. 06e41ec buildcmd.sh: Add single build script for use in CI by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  69. eba3e87 pahole: Consider type members's names when comparing unions, structs by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  70. f61d458 pahole: Consider type members's types when comparing unions, structs by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  71. 589a298 core: Introduce helpers for getting the first and next members of a type by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  72. 815041d pahole: Improve the type sorting routine to consider multiple types with same name by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  73. 93e2669 core: Remove extra ; in 'print_numeric_version' extern declaration by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  74. 1979878 btf_loader: Mark the 'level' arg to the libbpf error callback as __maybe_unused by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  75. 22763a8 btf_loader: Mark create_new_datasec() args as __maybe_unused by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  76. 38df86d dwarf_loader: cus__load_debug_types() doesn't use its 'cus' arg, remove it by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  77. 16d646c dwarf_loader: Rename finalize_cu_immediately() to cus__finalize() to follow convention by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  78. 90599e6 dwarf_loader: Remove unused 'dcu' argument from finalize_cu_immediately() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  79. 6fd4377 dwarf_loader: Remove unused 'dcus' argument from cu__finalize() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  80. 2bb04ec dwarf_loader: Remove unused 'cus' argument from finalize_cu() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  81. 9ada372 dwarf_loader: Fix signed/unsigned comparision in tag__recode_dwarf_bitfield() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  82. e4e9267 core: cus__fprintf_load_files_err() doesn't use its 'cus' argument by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  83. df92cb6 core: Change last_seen_bit to uint32_t in class__find_holes() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  84. 789d8b3 core: Change aligned_start to uint32_t in class__find_holes() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  85. 182cdca core: Change cur_bitfield_end to uint32_t in class__find_holes() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  86. 5900f43 core: Change bit_start and bit_end to uint32_t in class__find_holes() by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  87. 8634d85 btf_encoder: Fix signed/unsigned comparision by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  88. 8d2efa2 btf_encoder: has_arg_names() doesn't need the 'cu' pointer by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  89. 05f7370 btf_encoder: btf_encoder__encode_tag() doesn't need the 'core_id' pointer by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  90. dc30e82 btf_encoder: btf_encoder__encode_tag() doesn't need the 'cu' pointer by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  91. 4360359 btf_encoder: btf_encoder__add_struct_type() doesn't need the 'cu' pointer by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  92. 6e1e488 btf_encoder: btf_encoder__add_func_proto() doesn't need the 'cu' pointer by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  93. 9fbfcee btf_encoder: No need to read the ehdr in btf_encoder__write_elf(), ditch it by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  94. 898cc49 ctracer: No need to read the ehdr, ditch it by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  95. dee83e2 btf_encoder: No need to store the ehdr in the instance by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  96. 2440419 elf_symtab: Remove needless GElf_Ehdr pointer argument from the constructor by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  97. 74c2078 dutil: elf_symtab__new() doesn't need the GElf_Ehdr *ep argument by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  98. 23ea628 pahole: Move case fallthru comment to after the statement by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  99. 7a8e75c elfcreator: elfcreator_copy_scn() doesn't need the 'elf' arg by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  100. 3925a5b syscse: zero_extend() doesn't need a 'cu' arg by Arnaldo Carvalho de Melo · 2 years, 9 months ago