dwarves.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 18:57:49 to 2022-03-16 13:21:25 UTC [more...]

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-16 13:16 UTC  (3+ messages)

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-03-14 15:43 UTC  (23+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads
` [PATCH dwarves v4 2/4] dwarf_loader: Prepare and pass per-thread data to "
` [PATCH dwarves v4 3/4] pahole: Use per-thread btf instances to avoid mutex locking
` [PATCH dwarves v4 4/4] libbpf: Update libbpf to a new revision

How to make better debug builds of kernels in distributions?
 2022-03-14 11:54 UTC 

[PATCH 1/1] fprintf: Fix division by zero for uninitialized conf_fprintf->cacheline_size field
 2022-01-28 20:55 UTC 

[PATCH dwarves v3 0/4] Parallelize BTF type info generating of pahole
 2022-01-26 19:54 UTC  (11+ messages)
` [PATCH dwarves v3 1/4] dwarf_loader: Receive per-thread data on worker threads
` [PATCH dwarves v3 2/4] dwarf_loader: Prepare and pass per-thread data to "
` [PATCH dwarves v3 3/4] pahole: Use per-thread btf instances to avoid mutex locking
` [PATCH dwarves v3 4/4] libbpf: Update libbpf to a new revision

[PATCH dwarves 0/3] Parallelize BTF type info generating of pahole
 2022-01-25 21:49 UTC  (7+ messages)
` [PATCH dwarves v2 1/3] dwarf_loader: Receive per-thread data on worker threads
` [PATCH dwarves v2 2/3] dwarf_loader: Prepare and pass per-thread data to "
` [PATCH dwarves v2 3/3] pahole: Use per-thread btf instances to avoid mutex locking

[RFC][PATCH] Make BPF support optional
 2022-01-22 17:51 UTC 

[PATCH dwarves 0/2] Parallelize BTF type info generating of pahole
 2022-01-20 20:46 UTC  (6+ messages)
` [PATCH dwarves 1/2] dwarf_loader: Prepare and pass per-thread data to worker threads
` [PATCH dwarves 2/2] pahole: Use per-thread btf instances to avoid mutex locking

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-17 19:12 UTC  (12+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH v2 0/6] improve expanded header
 2021-12-17 18:40 UTC  (17+ messages)
` [PATCH v2 1/6] Revert "fprintf: Allow making struct/enum/union anonymous"
` [PATCH v2 2/6] Revert "pahole.c: Add --inner_anonymous option"
` [PATCH v2 3/6] fprintf: Print types only once
` [PATCH v2 4/6] pahole.c: Add prefix to expanded type names
` [PATCH v2 5/6] pahole.c: Add --expanded_prefix option
` [PATCH v2 6/6] pahole.c: Add --forward_decl option

[PATCH v1 0/2] Anonymous inner struct
 2021-12-06 20:32 UTC  (12+ messages)
` [PATCH v1 1/2] fprintf: Allow making struct/enum/union anonymous
` [PATCH v1 2/2] pahole.c: Add --inner_anonymous option

[PATCH dwarves v2 0/4] btf: support btf_type_tag attribute
 2021-11-26  5:37 UTC  (11+ messages)
` [PATCH dwarves v2 1/4] libbpf: sync with latest libbpf repo
` [PATCH dwarves v2 2/4] dutil: move DW_TAG_LLVM_annotation definition to dutil.h
` [PATCH dwarves v2 3/4] dwarf_loader: support btf_type_tag attribute
` [PATCH dwarves v2 4/4] btf_encoder: "

[PATCH dwarves 0/4] btf: support btf_type_tag attribute
 2021-11-23  4:18 UTC  (11+ messages)
` [PATCH dwarves 1/4] libbpf: sync with latest libbpf repo
` [PATCH dwarves 2/4] dutil: move DW_TAG_LLVM_annotation definition to dutil.h
` [PATCH dwarves 3/4] dwarf_loader: support btf_type_tag attribute
` [PATCH dwarves 4/4] btf_encoder: "

[PATCH dwarves v2 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-11 18:07 UTC  (7+ messages)
` [PATCH dwarves v2 1/2] dwarf_loader: "
` [PATCH dwarves v2 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH dwarves 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-02 23:21 UTC  (5+ messages)
` [PATCH dwarves 1/2] dwarf_loader: "
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH v3 0/6] Infer BTF alignment
 2021-10-28 14:12 UTC  (14+ messages)
` [PATCH v3 1/6] fprintf: Fix nested struct printing
` [PATCH v3 2/6] btf_loader.c: Refactor class__fixup_btf_bitfields
` [PATCH v3 3/6] btf_loader.c: Infer alignment info
` [PATCH v3 4/6] dwarves_fprintf: Move cacheline_size into struct conf_fprintf
` [PATCH v3 5/6] btf_loader.c: Propagate struct conf_load
` [PATCH v3 6/6] btf_loader.c: Use cacheline size to infer alignment

[PATCH v2 0/3] Infer BTF alignment
 2021-10-28 11:38 UTC  (11+ messages)
` [PATCH v2 1/3] fprintf: Fix nested struct printing
` [PATCH v2 2/3] btf_loader.c: Refactor class__fixup_btf_bitfields
` [PATCH v2 3/3] btf_loader.c: Infer alignment info

[PATCH dwarves] btf: rename btf_tag to btf_decl_tag
 2021-10-27 12:05 UTC  (3+ messages)

[PATCH] Minor manpage fixes
 2021-10-25 17:03 UTC  (2+ messages)

[PATCH] CMakeLists.txt: Add STATIC_LINK option
 2021-10-20 12:49 UTC  (10+ messages)

[PATCH v1] pahole: Add --skip_missing option
 2021-10-19 15:23 UTC  (2+ messages)

[PATCH 1/2] fprintf: Fix nested struct printing
 2021-10-18 10:40 UTC  (6+ messages)
` [PATCH 2/2] btf_loader.c: Infer alignment info

[PATCH dwarves] btf_encoder: Fix handling of percpu symbols on s390
 2021-10-15 12:54 UTC  (2+ messages)

[PATCH dwarves] dwarf_loader: Fix heap overflow when accessing variable specification
 2021-10-15 12:53 UTC  (2+ messages)

pahole failed to get some struct info
 2021-10-12  1:31 UTC  (3+ messages)

Servicio de la flota
 2021-10-04  7:41 UTC 

[PATCH dwarves v2 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
 2021-09-27 20:59 UTC  (5+ messages)
` [PATCH dwarves v2 1/2] dwarf_loader: parse dwarf tag DW_TAG_LLVM_annotation
` [PATCH dwarves v2 2/2] btf_encoder: generate BTF_KIND_TAG from llvm annotations

[PATCH dwarves 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
 2021-09-22  1:16 UTC  (6+ messages)
` [PATCH dwarves 1/2] dwarf_loader: parse dwarf tag DW_TAG_LLVM_annotation
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_TAG from llvm annotations

[PATCH] CMakeList.txt: don't download libbpf source when system library is used
 2021-09-20 21:16 UTC  (2+ messages)

[PATCH dwarves] libbpf: Get latest libbpf
 2021-09-19 23:10 UTC  (3+ messages)

[PATCH] CMakeList.txt: make python optional
 2021-08-30 18:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).