Message ID | 20240729111317.140816-1-alan.maguire@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | add distilled base BTF support to pahole | expand |
On Mon, Jul 29, 2024 at 12:13:15PM +0100, Alan Maguire wrote: > Patch 1 updates the libbpf commit to use latest libbpf with > btf__distill_base() support; patch 2 adds support for the > 'distilled_base' BTF feature, used to support resilient > split BTF for kernel modules. Thanks, applied to perf-tools-next, - Arnaldo > Alan Maguire (2): > pahole: Sync with libbpf-1.5 > btf_encoder: add "distilled_base" BTF feature to split BTF generation > > btf_encoder.c | 50 ++++++++++++++++++++++++++++++++++------------ > dwarves.h | 1 + > lib/bpf | 2 +- > man-pages/pahole.1 | 4 ++++ > pahole.c | 1 + > 5 files changed, 44 insertions(+), 14 deletions(-) > > -- > 2.43.5
On Mon, Aug 26, 2024 at 01:18:16PM -0300, Arnaldo Carvalho de Melo wrote: > On Mon, Jul 29, 2024 at 12:13:15PM +0100, Alan Maguire wrote: > > Patch 1 updates the libbpf commit to use latest libbpf with > > btf__distill_base() support; patch 2 adds support for the > > 'distilled_base' BTF feature, used to support resilient > > split BTF for kernel modules. > > Thanks, applied to perf-tools-next, To the next branch, canned reply, sorry :-) - Arnaldo > - Arnaldo > > > Alan Maguire (2): > > pahole: Sync with libbpf-1.5 > > btf_encoder: add "distilled_base" BTF feature to split BTF generation > > > > btf_encoder.c | 50 ++++++++++++++++++++++++++++++++++------------ > > dwarves.h | 1 + > > lib/bpf | 2 +- > > man-pages/pahole.1 | 4 ++++ > > pahole.c | 1 + > > 5 files changed, 44 insertions(+), 14 deletions(-) > > > > -- > > 2.43.5