public inbox for dwarves@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-24 15:41:10 to 2025-10-28 14:53:39 UTC [more...]

pahole: Fix deprecated cmake_minimum_required
 2025-10-28 14:53 UTC 

[RFC dwarves 0/5] pahole: support BTF inline encoding
 2025-10-24 18:04 UTC  (8+ messages)
` [RFC dwarves 1/5] dwarf_loader: Add parameters list to inlined expansion
` [RFC dwarves 2/5] dwarf_loader: Add name to inline expansion
` [RFC dwarves 3/5] dwarf_loader: Collect inline expansion location information
` [RFC dwarves 4/5] btf_encoder: Support encoding of inline "
` [RFC dwarves 5/5] pahole: Support inline encoding with inline[.extra] BTF feature

[PATCH dwarves] pahole: Avoid generating artificial inlined functions for BTF
 2025-10-22 20:19 UTC  (11+ messages)

[PATCH dwarves v1] btf_encoder: move ambiguous_addr flag to elf_function
 2025-10-09 12:40 UTC  (4+ messages)

[PATCH bpf-next v1 0/6] bpf: implicit bpf_prog_aux argument for kfuncs
 2025-09-26 15:11 UTC  (23+ messages)
` [PATCH bpf-next v1 1/6] bpf: implement KF_IMPLICIT_PROG_AUX_ARG flag
` [PATCH bpf-next v1 2/6] bpf,docs: Add documentation for KF_IMPLICIT_PROG_AUX_ARG
` [PATCH bpf-next v1 3/6] selftests/bpf: update bpf_wq_set_callback macro
` [PATCH bpf-next v1 4/6] bpf: implement bpf_wq_set_callback kfunc with implicit prog_aux
` [PATCH bpf-next v1 5/6] bpf: mark bpf_stream_vprink kfunc with KF_IMPLICIT_PROG_AUX_ARG
` [PATCH bpf-next v1 6/6] bpf: mark bpf_task_work_* kfuncs "

[PATCH dwarves v1 0/2] btf_encoder: KF_IMPLICIT_PROG_AUX_ARG support
 2025-09-25 17:15 UTC  (7+ messages)
` [PATCH dwarves v1 1/2] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v1 2/2] btf_encoder: implement KF_IMPLICIT_PROG_AUX_ARG kfunc flag handling

[RFC 0/4] BTF archive with unmodified pahole+toolchain
 2025-09-15 10:11 UTC  (21+ messages)
` [PATCH 1/4] libbpf: Simplify error handling removing needless repeated err checks
` [PATCH 2/4] libbpf: Check if there is extra data at the end of a BTF
` [PATCH 3/4] libbpf: Add support for detecting and dedup'ing a BTF archive
` [PATCH 4/4] libbpf: Check if an ELF .BTF section is an archive and combine/dedup

[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
 2025-08-22 15:57 UTC  (11+ messages)

[PATCH dwarves] tests: Add test to verify behaviour when debuginfo is absent/debuglink
 2025-08-20 16:28 UTC 

"Segmentation fault" of pahole
 2025-08-20 10:46 UTC  (10+ messages)

[RFC dwarves 0/6] prep for compiler-generated BTF
 2025-08-08  5:39 UTC  (12+ messages)
` [RFC dwarves 1/6] btf_loader: Make BTF representation match DWARF
` [RFC dwarves 2/6] pfunct: Fix up function display with updated prototype representation
` [RFC dwarves 3/6] pahole: Add btf_encode to conf_load
` [RFC dwarves 4/6] btf_loader: read ELF for BTF encoding
` [RFC dwarves 5/6] btf_encoder: Do not error out if BTF is not found in some input files
` [RFC dwarves 6/6] tests: Add test of pahole using BTF as input to BTF generation

[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
 2025-08-06 11:14 UTC  (16+ 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 dwarves v3] btf_encoder: group all function ELF syms by function name
 2025-08-01 20:26 UTC  (2+ messages)

[PATCH v3] pahole: do not return an error when printing only a specific class
 2025-08-01 16:43 UTC  (2+ messages)

[PATCH v2] pahole: do not return an error when printing only a specific class
 2025-07-31 16:08 UTC  (3+ messages)

[PATCH 1/1] pahole: Don't fail when encoding BTF on an object with no DWARF info
 2025-07-31  8:09 UTC  (4+ messages)

[RFC dwarves] btf_encoder: Remove duplicates from functions entries
 2025-07-24 21:26 UTC  (12+ messages)

[PATCH] pahole: do not return an error when printing only a specific class
 2025-07-23 15:37 UTC  (5+ messages)

[PATCH v3 dwarves 0/2] Add function list comparison to github CI
 2025-07-21 11:35 UTC  (5+ 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

Linking BTF
 2025-07-17 11:52 UTC  (4+ messages)

[PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases for tracing_multi
 2025-07-16  0:34 UTC  (3+ messages)

[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 v2] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-06-30 17:32 UTC  (6+ messages)
` [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


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