dwarves.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 19:12:18 to 2022-10-11 13:45:29 UTC [more...]

Encountered error while encoding BTF due to Unsupported DW_TAG_unspecified_type(0x3b)
 2022-10-11 13:45 UTC  (28+ messages)
              ` [PATCH/RFC pahole] btf_encoder: Encode DW_TAG_unspecified_type as BTF_KIND_CONST was: "

die__process_unit: DW_TAG_label (0xa) @ <0x7b> not handled!
 2022-10-07 23:32 UTC  (12+ messages)
        ` BTF: A fix and more work to do :Re: "

Ubuntu kernels and die__process: DW_TAG ... got INVALID!
 2022-10-05 18:31 UTC  (4+ messages)

[PATCH dwarves 0/7] Add support for generating BTF for all variables
 2022-09-23 23:38 UTC  (15+ messages)
` [PATCH dwarves 1/7] dutil: return ELF section name when looked up by index
` [PATCH dwarves 2/7] btf_encoder: Rename percpu structures to variables
` [PATCH dwarves 3/7] btf_encoder: cache all ELF section info
` [PATCH dwarves 4/7] btf_encoder: make the variable array dynamic
` [PATCH dwarves 5/7] btf_encoder: record ELF section for collected variables
` [PATCH dwarves 6/7] btf_encoder: collect all variables
` [PATCH dwarves 7/7] btf_encoder: allow encoding "

ANNOUNCE: pahole v1.24 (Faster BTF encoding, 64-bit BTF enum entries)
 2022-08-28 17:01 UTC  (16+ messages)
      ` [PATCH] core: Conditionally define language encodings entries)

pahole v1.24: FAILED: load BTF from vmlinux: Invalid argument
 2022-08-28  1:41 UTC  (16+ messages)

[PATCH dwarves] dwarf_loader: encode char type as signed
 2022-08-10 18:59 UTC  (5+ messages)

[PATCH dwarves v3 0/2] btf: support BTF_KIND_ENUM64
 2022-07-11  9:37 UTC  (10+ messages)
` [PATCH dwarves v3 1/2] libbpf: Sync with latest libbpf repo
` [PATCH dwarves v3 2/2] btf: Support BTF_KIND_ENUM64

pahole split BTF support broken on 32bit builds?
 2022-07-11  1:28 UTC  (2+ messages)

[PATCH dwarves v2 0/2] btf: support BTF_KIND_ENUM64
 2022-07-06 15:51 UTC  (10+ messages)
` [PATCH dwarves v2 1/2] libbpf: Sync with latest libbpf repo
` [PATCH dwarves v2 2/2] btf: Support BTF_KIND_ENUM64
    ` [PATCH] btf_loader: support BTF_KIND_ENUM64 was Re: [PATCH dwarves v2 0/2] btf: support BTF_KIND_ENUM64

[PATCH dwarves 0/2] btf: support BTF_KIND_ENUM64
 2022-06-13 14:44 UTC  (3+ messages)
` [PATCH dwarves 1/2] libbpf: Sync with latest libbpf repo
` [PATCH dwarves 2/2] btf: Support BTF_KIND_ENUM64

[PATCH dwarves v2 1/2] libbpf: Sync with latest libbpf repo
 2022-05-18  0:29 UTC  (5+ messages)
` [PATCH dwarves v2 2/2] btf_encoder: Normalize array index type for parallel dwarf loading case

[PATCH dwarves 1/2] libbpf: Sync with latest libbpf repo
 2022-05-12 22:49 UTC  (5+ messages)
` [PATCH dwarves 2/2] btf_encoder: Normalize array index type for parallel dwarf loading case

[PATCH] pahole: Implement cu_exclude_lang flag
 2022-05-04 19:42 UTC  (3+ messages)

[PATCH dwarves] pahole, btf_encoder: Collect info of per-cpu varaibles from threads
 2022-03-26 14:51 UTC  (3+ messages)

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-03-21 21:08 UTC  (25+ 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

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-17 15:19 UTC  (10+ messages)
    ` [PATCH 1/2] pahole: avoid segfault when parsing bogus file
    ` [PATCH 2/2] dwarves: cus__load_files: set errno if load fails

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  (4+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)


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).