On Mon, Nov 2, 2020 at 8:59 PM Alexei Starovoitov
wrote:
>
> On Wed, Oct 28, 2020 at 05:58:54PM -0700, Andrii Nakryiko wrote:
> > From: Andrii Nakryiko
> >
> > Revamp BTF dedup's string deduplication to match the approach of writable
> > BTF
> > string management. This allows to transfer dedupli
On Wed, Oct 28, 2020 at 05:58:54PM -0700, Andrii Nakryiko wrote:
> From: Andrii Nakryiko
>
> Revamp BTF dedup's string deduplication to match the approach of writable BTF
> string management. This allows to transfer deduplicated strings index back to
> BTF object after deduplication without expen
On Fri, Oct 30, 2020 at 4:33 PM Song Liu wrote:
>
>
>
> > On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote:
> >
> > From: Andrii Nakryiko
> >
> > Revamp BTF dedup's string deduplication to match the approach of writable
> > BTF
> > string management. This allows to transfer deduplicated strin
> On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko wrote:
>
> From: Andrii Nakryiko
>
> Revamp BTF dedup's string deduplication to match the approach of writable BTF
> string management. This allows to transfer deduplicated strings index back to
> BTF object after deduplication without expensive
From: Andrii Nakryiko
Revamp BTF dedup's string deduplication to match the approach of writable BTF
string management. This allows to transfer deduplicated strings index back to
BTF object after deduplication without expensive extra memory copying and hash
map re-construction. It also simplifies