Dwarves debugging tools
 help / color / mirror / Atom feed
 messages from 2025-04-09 15:52:09 to 2025-07-16 00:27:04 UTC [more...]

[PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases for tracing_multi
 2025-07-16  0:26 UTC 

[PATCH v3 dwarves 0/2] Add function list comparison to github CI
 2025-07-15 15:41 UTC  (4+ messages)
` [PATCH v3 dwarves 1/2] github CI: Do not build pahole as part of dwarves-ci setup
` [PATCH v3 dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change

[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
 2025-07-15 15:36 UTC  (11+ messages)
` [PATCH v3 1/3] btf_encoder: skip functions consuming packed structs passed by value "
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location
` [PATCH v3 3/3] gitignore: ignore all the test kmod build-related files

[PATCH v2 0/2] pahole: BTF alignment inference improvements
 2025-07-10 19:43 UTC  (4+ messages)
` [PATCH v2 1/2] btf_loader: infer alignment for zero-length arrays
` [PATCH v2 2/2] btf_loader: fix smallest offset in case of bitfields

[PATCH 0/2] pahole: BTF alignment inference improvements
 2025-07-08 14:01 UTC  (7+ messages)
` [PATCH 1/2] btf_loader: infer alignment for zero-length arrays
` [PATCH 2/2] btf_loader: fix smallest offset in case of bitfields

[PATCH v2 0/3] btf_encoder: do not encode functions consuming packed structs on stack
 2025-07-04 21:12 UTC  (12+ messages)
` [PATCH v2 1/3] btf_encoder: skip functions consuming packed structs passed by value "
` [PATCH v2 2/3] tests: add some tests validating skipped functions due to uncertain arg location
` [PATCH v2 3/3] gitignore: ignore all the test kmod build-related files

[PATCH v2 dwarves 0/2] Add function list comparison to github CI
 2025-07-01 16:14 UTC  (6+ messages)
` [PATCH v2 dwarves 1/2] github CI: Build pahole "next" branch as well as latest changes
` [PATCH v2 dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change

[PATCH dwarves v1] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-06-30 17:32 UTC  (15+ messages)
    ` [PATCH dwarves v2] "
      ` [PATCH dwarves v3] "

[PATCH dwarves 0/2] Add function list comparison to github CI
 2025-06-24 15:41 UTC  (3+ messages)
` [PATCH dwarves 1/2] github CI: Build pahole "next" branch as well as latest changes
` [PATCH dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change

[PATCH RFC] btf_encoder: skip functions consuming structs passed by value on stack
 2025-06-19 16:49 UTC  (6+ messages)

[PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
 2025-06-15 15:44 UTC  (2+ messages)

Proof-of-concept GCC/GNU ld toolchain-driven BTF generation/deduplication
 2025-06-09 12:22 UTC  (3+ messages)

[Question] attributes encoding in BTF
 2025-06-06 16:22 UTC  (6+ messages)

[PATCH v5 bpf-next 0/9] Add kind layout to BTF
 2025-06-03 10:22 UTC  (15+ messages)
` [PATCH v5 bpf-next 1/9] btf: add kind layout encoding to UAPI
` [PATCH v5 bpf-next 2/9] libbpf: Support kind layout section handling in BTF
` [PATCH v5 bpf-next 3/9] libbpf: use kind layout to compute an unknown kind size
` [PATCH v5 bpf-next 4/9] libbpf: Add kind layout encoding support
` [PATCH v5 bpf-next 5/9] libbpf: BTF validation can use kind layout for unknown kinds
` [PATCH v5 bpf-next 6/9] btf: support kernel parsing of BTF with kind layout
` [PATCH v5 bpf-next 7/9] selftests/bpf: test kind encoding/decoding
` [PATCH v5 bpf-next 8/9] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v5 bpf-next 9/9] kbuild, bpf: Specify "kind_layout" optional feature

[PATCH] CMakeLists.txt: Remove custom `LIB_INSTALL_DIR` handling
 2025-05-30 12:51 UTC  (3+ messages)

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-28 10:14 UTC  (21+ messages)
` [PATCH RFC 1/3] dwarf_loader: Add parameters list to inlined expansion
` [PATCH RFC 2/3] dwarf_loader: Add name to inline expansion
` [PATCH RFC 3/3] inline_encoder: Introduce inline encoder to emit BTF.inline

[PATCH dwarves 0/2] pahole: add support for kind_layout
 2025-05-28  9:53 UTC  (3+ messages)
` [PATCH dwarves 1/2] pahole: Add "kind_layout" BTF encoding feature
` [PATCH dwarves 2/2] man-pages: describe kind_layout BTF feature

[RFC bpf-next 0/3] bpf: handle 0-sized structs properly
 2025-05-21  0:58 UTC  (14+ messages)
` [RFC bpf-next 1/3] libbpf: update BPF_PROG2() to handle empty structs
` [RFC bpf-next 2/3] bpf: allow 0-sized structs as function parameters
` [RFC bpf-next 3/3] selftests/bpf: add 0-length struct testing to tracing_struct tests

Pahole, BTF, and vector types
 2025-05-20 15:27 UTC  (3+ messages)

[PATCH v2] Fix pahole segfault with --show_reorg_steps option
 2025-05-20 13:26 UTC  (2+ messages)

[PATCH] Fix pahole segfault with --show_reorg_steps option
 2025-05-19 15:26 UTC 

Pahole/BTF issue with __int128
 2025-05-07 22:20 UTC  (3+ messages)

[RFC dwarves 0/3] Explore using address-based DWARF->ELF
 2025-05-06 18:30 UTC  (6+ messages)
` [RFC dwarves 1/3] btf_encoder: collect ELF function addresses
` [RFC dwarves 2/3] dwarf_loader: make more effort to retrieve a function address
` [RFC dwarves 3/3] btf_encoder: use function address to match ELF -> DWARF

BUG in pahole?: strange error in tests/flexible_arrays.sh
 2025-05-02 20:39 UTC  (3+ messages)

pahole and gcc-14 issues
 2025-04-29 21:44 UTC  (26+ messages)

[PATCH dwarves] pahole: Sync with libbpf mainline
 2025-04-29 19:55 UTC 

[PATCH bpf-next] libbpf: add identical pointer detection to btf_dedup_is_equiv()
 2025-04-29 18:35 UTC  (3+ messages)

die__process: DW_TAG_compile_unit, DW_TAG_type_unit, DW_TAG_partial_unit or DW_TAG_skeleton_unit expected got INVALID (0x0) @ 115a4a9!
 2025-04-26 17:39 UTC  (5+ messages)

pahole v1.30 and libbpf: Introduce kflag for type_tags and decl_tags in BTF
 2025-04-24  7:48 UTC 

ANNOUNCE: pahole v1.30 (BTF type tags for arena pointers,,kfunc refactoring, github CI)
 2025-04-22  8:29 UTC 

Despite `-DCMAKE_INSTALL_LIBDIR=/usr/lib` libraries installed to `/usr/usr/lib`
 2025-04-18 10:35 UTC  (2+ messages)

[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
 2025-04-17 23:23 UTC  (7+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test

Is 1.30 released?
 2025-04-17 15:38 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox