Dwarves debugging tools
 help / color / mirror / Atom feed
 messages from 2024-10-24 11:26:29 to 2024-12-21 01:23:15 UTC [more...]

[PATCH dwarves v3 0/8] pahole: faster reproducible BTF encoding
 2024-12-21  1:23 UTC  (3+ messages)
` [PATCH dwarves v3 1/8] btf_encoder: simplify function encoding
` [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations

[PATCH dwarves v2 00/10] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-20 12:31 UTC  (30+ messages)
` [PATCH dwarves v2 01/10] btf_encoder: simplify function encoding
` [PATCH dwarves v2 02/10] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v2 03/10] dwarf_loader: introduce pre_load_module hook to conf_load
` [PATCH dwarves v2 04/10] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v2 05/10] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [PATCH dwarves v2 06/10] btf_encoder: switch to shared elf_functions table
` [PATCH dwarves v2 07/10] btf_encoder: introduce btf_encoding_context
` [PATCH dwarves v2 08/10] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v2 09/10] dwarf_loader: introduce cu->id
` [PATCH dwarves v2 10/10] dwarf_loader: multithreading with a job/worker model

[PATCH dwarves] btf_encoder: verify 0 address DWARF variables are really in ELF section
 2024-12-17 21:35 UTC  (3+ messages)

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-17  8:02 UTC  (4+ messages)

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2024-12-16 18:31 UTC 

[PATCH dwarves] btf_encoder: fix memory access bugs
 2024-12-16 16:02 UTC  (2+ messages)

[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
 2024-12-12 20:36 UTC  (6+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF

[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-09 23:55 UTC  (26+ messages)
` [RFC PATCH 1/9] btf_encoder: simplify function encoding
` [RFC PATCH 2/9] btf_encoder: store,use section-relative addresses in ELF function representation
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 4/9] dwarf_loader: introduce pre_load_module hook to conf_load
` [RFC PATCH 5/9] btf_encoder: introduce elf_functions struct type
` [RFC PATCH 6/9] btf_encoder: collect elf_functions in btf_encoder__pre_load_module
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
` [RFC PATCH 8/9] btf_encoder: introduce btf_encoding_context
` [RFC PATCH 9/9] pahole: faster reproducible BTF encoding

[PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs
 2024-12-09 20:05 UTC  (3+ messages)

ANNOUNCE: pahole v1.28 (flex arrays, bpf_fastcall, global vars, btf endianness, distilled BTF base, reg tests)
 2024-12-07 14:33 UTC 

RFT: Testing pahole for the release of v1.28
 2024-12-05 11:07 UTC  (3+ messages)

[PATCH dwarves v3 0/1] btf_encoder: handle .BTF_ids section endianness
 2024-11-28 21:14 UTC  (9+ messages)
` [PATCH dwarves v3 1/1] "

[PATCH dwarves v2 0/1] btf_encoder: handle .BTF_ids section endianness
 2024-11-27  0:35 UTC  (7+ messages)
` [PATCH dwarves v2 1/1] "

[PATCH dwarves v1] btf_encoder: handle .BTF_ids section endianness when cross-compiling
 2024-11-27  0:30 UTC  (9+ messages)

[PATCH 1/1] CMakeLists.txt: Require cmake 3.5 or higher
 2024-11-26 17:23 UTC 

[PATCH dwarves v4] Respect CMAKE_INSTALL_LIBDIR
 2024-11-26 16:11 UTC  (2+ messages)

[PATCH dwarves v3] Respect CMAKE_INSTALL_LIBDIR
 2024-11-25 21:40 UTC  (5+ messages)

[PATCH dwarves v2] Respect CMAKE_INSTALL_LIBDIR
 2024-11-25 20:28 UTC  (3+ messages)

[PATCH dwarves] Respect CMAKE_INSTALL_LIBDIR
 2024-11-25 19:12 UTC  (4+ messages)

[PATCH 0/5] Fix segfaults related to missing BTF support
 2024-11-19 22:33 UTC  (12+ messages)
` [PATCH 1/5] core: Add method to get the vmlinux BTF filename, allow overriding it via env var
` [PATCH 2/5] tests default_vmlinux_btf: Introduce test for using BTF by default
` [PATCH 3/5] pahole: Honour exclusive BTF loading
` [PATCH 4/5] tests default_vmlinux_btf: Cover the no args segfault too
` [PATCH 5/5] core, libctf: Check if constructor arguments are NULL before using them

[PATCH 0/5] Fix segfaults related to missing BTF support
 2024-11-19 20:15 UTC  (13+ messages)
    ` [PATCH 4/5] tests default_vmlinux_btf: Cover the no args segfault too
    ` [PATCH 5/5] core, libctf: Check if constructor arguments are NULL before using them
      ` [PATCH 1/5] core: Add method to get the vmlinux BTF filename, allow overriding it via env var
    ` [PATCH 2/5] tests default_vmlinux_btf: Introduce test for using BTF by default

[PATCH v3 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-16 20:11 UTC  (7+ messages)
` [PATCH v3 dwarves 1/2] dwarf_loader: "
` [PATCH v3 dwarves 2/2] dwarf_loader: use libdw__lock for dwarf_getlocation(s)

[PATCH dwarves 0/3] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-15 16:26 UTC  (24+ messages)
` [PATCH dwarves 1/3] dwarf_loader: Refactor function parameter__new()
` [PATCH dwarves 2/3] dwarf_loader: Refactor function check_dwarf_locations()
` [PATCH dwarves 3/3] dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching
          ` elfutils thread-safety (Was: [PATCH dwarves 3/3] dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching)

[PATCH v2 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-15 15:00 UTC  (13+ messages)
` [PATCH v2 dwarves 1/2] dwarf_loader: "
` [PATCH v2 dwarves 2/2] dwarf_loader: use libdw__lock for

[PATCH v3 dwarves 0/5] btf_encoder: implement shared elf_functions table
 2024-11-07 15:45 UTC  (6+ messages)
` [PATCH v3 dwarves 4/5] btf_encoder: store a list of elf_function per function name

[PATCH dwarves] pahole: Sync with released libbpf-1.5
 2024-11-01 14:33 UTC 

[PATCH dwarves] pahole: distilled_base btf_feature should be reported for libbpf > 1.5
 2024-10-28 16:28 UTC  (2+ messages)

[PATCH dwarves 0/2] flexible_arrays tests fixes
 2024-10-24 13:45 UTC  (5+ messages)
` [PATCH dwarves 1/2] tests/flexible_arrays: redirect stderr to avoid warnings
` [PATCH dwarves 2/2] tests/flexible_arrays: print flex array struct from same vmlinux


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