Dwarves debugging tools
 help / color / mirror / Atom feed
 messages from 2025-08-18 20:53:01 to 2025-12-05 22:31:42 UTC [more...]

[PATCH bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
 2025-12-05 22:30 UTC  (2+ messages)
` [PATCH bpf-next v3 1/6] resolve_btfids: Rename object btf field to btf_path

[PATCH bpf-next v2 0/4] resolve_btfids: Support for BTF modifications
 2025-12-04 19:14 UTC  (29+ messages)
` [PATCH bpf-next v2 1/4] resolve_btfids: rename object btf field to btf_path
` [PATCH bpf-next v2 2/4] resolve_btfids: factor out load_btf()
` [PATCH bpf-next v2 3/4] resolve_btfids: introduce enum btf_id_kind
` [PATCH bpf-next v2 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH dwarves] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
 2025-12-04  0:46 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] resolve_btfids: Support for BTF modifications
 2025-12-02 12:56 UTC  (16+ messages)
` [PATCH bpf-next v1 1/4] resolve_btfids: rename object btf field to btf_path
` [PATCH bpf-next v1 2/4] resolve_btfids: factor out load_btf()
` [PATCH bpf-next v1 3/4] resolve_btfids: introduce enum btf_id_kind
` [PATCH bpf-next v1 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH dwarves v2 0/2] pahole: Replace or add functions with true signatures in btf
 2025-11-30  4:03 UTC  (3+ messages)
` [PATCH dwarves v2 1/2] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [PATCH dwarves v2 2/2] pahole: Replace or add functions with true signatures in btf

[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-14 20:54 UTC  (12+ messages)
` [PATCH dwarves v4 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v4 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v4 3/3] btf_encoder: Factor out BPF kfunc emission

[PATCH dwarves 0/3] pahole: Replace or add functions with true signatures in btf
 2025-11-14 20:11 UTC  (8+ messages)
` [PATCH dwarves 1/3] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [PATCH dwarves 2/3] bpf_encoder: Refactor a helper elf_function__check_and_push_sym()
` [PATCH dwarves 3/3] pahole: Replace or add functions with true signatures in btf

[PATCH dwarves v1 0/3] btf_encoder: support for BPF magic kernel functions
 2025-11-14 18:33 UTC  (10+ messages)
` [PATCH dwarves v1 1/3] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v1 2/3] btf_encoder: factor out btf_encoder__add_bpf_kfunc()
` [PATCH dwarves v1 3/3] btf_encoder: support kfuncs with KF_MAGIC_ARGS flag

pahole: Fix deprecated cmake_minimum_required
 2025-11-11  5:26 UTC  (3+ messages)

ANNOUNCE: pahole v1.31 (BTF function encoding, BTF alignment inference, more CI)
 2025-11-10 22:12 UTC 

[PATCH dwarves v3 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-05 22:08 UTC  (6+ messages)
` [PATCH dwarves v3 1/3] btf_encoder: Remove encoder pointer from btf_encoder_func_state
` [PATCH dwarves v3 2/3] btf_encoder: Refactor btf_encoder__add_func_proto
` [PATCH dwarves v3 3/3] btf_encoder: Factor out BPF kfunc emission

[PATCH dwarves v2 0/2] btf_encoder: refactor emission of BTF funcs
 2025-11-05  4:04 UTC  (6+ messages)
` [PATCH dwarves v2 1/2] btf_encoder: refactor btf_encoder__add_func_proto
` [PATCH dwarves v2 2/2] btf_encoder: factor out btf_encoder__add_bpf_kfunc()

[PATCH bpf-next v1 0/8] bpf: magic kernel functions
 2025-10-30 20:38 UTC  (36+ messages)
` [PATCH bpf-next v1 1/8] bpf: Add BTF_ID_LIST_END and BTF_ID_LIST_SIZE macros
` [PATCH bpf-next v1 2/8] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 3/8] bpf: Support for kfuncs with KF_MAGIC_ARGS
` [PATCH bpf-next v1 4/8] bpf: Support __magic prog_aux arguments for kfuncs
` [PATCH bpf-next v1 5/8] bpf: Re-define bpf_wq_set_callback as magic kfunc
` [PATCH bpf-next v1 6/8] bpf,docs: Document KF_MAGIC_ARGS flag and __magic annotation
` [PATCH bpf-next v1 7/8] bpf: Re-define bpf_task_work_schedule_* kfuncs as magic
` [PATCH bpf-next v1 8/8] bpf: Re-define bpf_stream_vprintk as a magic kfunc

[RFC dwarves 0/5] pahole: support BTF inline encoding
 2025-10-29 18:46 UTC  (11+ 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  (7+ messages)

[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
 2025-08-22 15:57 UTC  (7+ 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)


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