messages from 2020-09-18 20:41:03 to 2020-11-13 12:03:26 UTC [more...]
pahole and libdwarves linking/versioning issues
2020-11-13 11:45 UTC (3+ messages)
[RFC 0/3] btf_encoder: Fix functions BTF data generation
2020-11-13 11:52 UTC (15+ messages)
` [RFC/PATCH 1/3] btf_encoder: Generate also .init functions
` [RFC/PATCH 2/3] btf_encoder: Put function generation code to generate_func
` [RFC/PATCH 3/3] btf_encoder: Func generation fix
[PATCHv4 0/3] pahole/kernel: Workaround dwarf bug for function encoding
2020-11-12 0:36 UTC (18+ messages)
` [PATCH 1/3] bpf: Move iterator functions into special init section
` [PATCH 2/3] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 3/3] btf_encoder: Change functions check due to broken dwarf
[PATCH dwarves 0/4] Add split BTF support to pahole
2020-11-11 18:50 UTC (16+ messages)
` [PATCH dwarves 1/4] btf_encoder: fix array index type numbering
` [PATCH dwarves 2/4] libbtf: improve variable naming and error reporting when writing out BTF
` [PATCH dwarves 3/4] libbpf: update libbpf submodlue reference to latest master
` [PATCH dwarves 4/4] btf: add support for split BTF loading and encoding
[PATCHv3 0/3] pahole/kernel: Workaround dwarf bug for function encoding
2020-11-05 22:56 UTC (8+ messages)
` [PATCH 1/3] bpf: Move iterator functions into special init section
` [PATCH 2/3] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 3/3] btf_encoder: Change functions check due to broken dwarf
[RFC PATCH dwarves] btf: add support for split BTF loading and encoding
2020-11-05 21:05 UTC (5+ messages)
[PATCHv2 0/2] pahole: Workaround dwarf bug for function encoding
2020-11-03 23:22 UTC (15+ messages)
` [PATCH 1/2] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 2/2] btf_encoder: Change functions check due to broken dwarf
[RFC 0/3] pahole: Workaround dwarf bug for function encoding
2020-10-28 15:53 UTC (13+ messages)
` [PATCH 1/3] btf_encoder: Move find_all_percpu_vars in generic config function
` [PATCH 2/3] btf_encoder: Change functions check due to broken dwarf
` [PATCH 3/3] btf_encoder: Include static functions to BTF data
[PATCH dwarves] cmake: make libbpf's Linux UAPI headers available to all binaries
2020-10-27 18:02 UTC (6+ messages)
[PATCH] btf_encoder: Check var type after checking var addr
2020-10-27 11:20 UTC (4+ messages)
btf_encoder: error: found variable in CU that has void type
2020-10-26 21:42 UTC (3+ messages)
[PATCH dwarves] cmake: make libbpf's Linux UAPI headers
2020-10-26 21:39 UTC (5+ messages)
[PATCH dwarves] btf_encoder: ignore zero-sized ELF symbols
2020-10-23 16:37 UTC (3+ messages)
[PATCH v2 dwarves] btf_loader: handle union forward declaration properly
2020-10-22 19:51 UTC
[PATCH dwarves] btf_loader: handle union forward declaration properly
2020-10-21 20:15 UTC (6+ messages)
Segfault in pahole 1.18 when building kernel 5.9.1 for arm64
2020-10-21 16:26 UTC (14+ messages)
[PATCH v2 dwarves 0/8] Switch BTF loading and encoding to libbpf APIs
2020-10-09 17:59 UTC (15+ messages)
` [PATCH v2 dwarves 1/8] btf_loader: use libbpf to load BTF
` [PATCH v2 dwarves 2/8] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH v2 dwarves 3/8] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH v2 dwarves 4/8] btf_encoder: discard CUs after BTF encoding
` [PATCH v2 dwarves 5/8] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH v2 dwarves 6/8] dwarf_loader: increase the size of lookup hash map
` [PATCH v2 dwarves 7/8] strings: use BTF's string APIs for strings management
` [PATCH v2 dwarves 8/8] btf_encoder: support cross-compiled ELF binaries with different endianness
[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
2020-10-08 19:32 UTC (14+ messages)
` [PATCH dwarves 01/11] libbpf: update to latest libbpf version
` [PATCH dwarves 02/11] btf_encoder: detect BTF encoding errors and exit
` [PATCH dwarves 03/11] dwarves: expose and maintain active debug info loader operations
` [PATCH dwarves 04/11] btf_loader: use libbpf to load BTF
` [PATCH dwarves 05/11] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH dwarves 06/11] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH dwarves 07/11] btf_encoder: discard CUs after BTF encoding
` [PATCH dwarves 08/11] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH dwarves 09/11] dwarf_loader: increase the size of lookup hash map
` [PATCH dwarves 10/11] strings: use BTF's string APIs for strings management
` [PATCH dwarves 11/11] btf_encoder: support cross-compiled ELF binaries with different endianness
[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
2020-10-05 19:30 UTC (2+ messages)
ANNOUNCE: pahole v1.18 (raw data pretty printer, BTF global vars)
2020-10-02 21:21 UTC
DWARF5 DW_AT_data_bit_offset
2020-10-02 21:18 UTC (2+ messages)
[PATCH v1] btf_encoder: Handle DW_TAG_variable that has DW_AT_specification
2020-10-01 21:31 UTC (8+ messages)
Problem with endianess of pahole BTF output for vmlinux
2020-09-29 17:57 UTC (9+ messages)
[PATCH v2 0/2] pahole: Make encoding percpu vars into BTF optional
2020-09-21 20:00 UTC (5+ messages)
` [PATCH v2 1/2] btf_encoder: Allow disabling BTF var encoding
` [PATCH v2 2/2] btf_encoder: Introduce option '--btf_encode_force'
[PATCH 0/2] pahole: Make encoding percpu vars into BTF optional
2020-09-21 12:27 UTC (9+ messages)
` [PATCH 1/2] btf_encoder: Make encoding "
` [PATCH 2/2] btf_encoder: Introduce option '--btf_encode_force'
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox