Re: [PATCH btf 0/3] Add BTF types deduplication algorithm

2019-02-04 Thread Andrii Nakryiko
On Mon, Feb 4, 2019 at 5:32 PM Daniel Borkmann wrote: > > Hi Andrii, > > On 01/31/2019 07:58 AM, Andrii Nakryiko wrote: > > This patch series adds BTF deduplication algorithm to libbpf. This algorithm > > allows to take BTF type information containing duplicate per-compilation > > unit > > inform

Re: [PATCH btf 0/3] Add BTF types deduplication algorithm

2019-02-04 Thread Daniel Borkmann
Hi Andrii, On 01/31/2019 07:58 AM, Andrii Nakryiko wrote: > This patch series adds BTF deduplication algorithm to libbpf. This algorithm > allows to take BTF type information containing duplicate per-compilation unit > information and reduce it to equivalent set of BTF types with no duplication >

Re: [PATCH btf 0/3] Add BTF types deduplication algorithm

2019-01-30 Thread Yonghong Song
add Edward. On 1/30/19 10:58 PM, Andrii Nakryiko wrote: > This patch series adds BTF deduplication algorithm to libbpf. This algorithm > allows to take BTF type information containing duplicate per-compilation unit > information and reduce it to equivalent set of BTF types with no duplication >

[PATCH btf 0/3] Add BTF types deduplication algorithm

2019-01-30 Thread Andrii Nakryiko
This patch series adds BTF deduplication algorithm to libbpf. This algorithm allows to take BTF type information containing duplicate per-compilation unit information and reduce it to equivalent set of BTF types with no duplication without loss of information. It also deduplicates strings and remo