Re: [PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr

2020-05-15 Thread Daniel Borkmann
On 5/15/20 11:18 PM, arnaldo.m...@gmail.com wrote: [...] Andrii/Alexei/Daniel, what do you think about me merging these fixes in my perf-tools-next branch? I'm ok with the idea, but it's up to maintainers to coordinate this :) Good to know, do I'll take all patches except the ones touching

Re: [PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr

2020-05-15 Thread arnaldo . melo
,Stephane Eranian From: Arnaldo Carvalho de Melo Message-ID: <79bcbaf7-bf5f-4556-a923-56e9d82fb...@gmail.com> On May 15, 2020 4:42:46 PM GMT-03:00, Andrii Nakryiko wrote: >On Fri, May 15, 2020 at 10:01 AM Arnaldo Carvalho de Melo > wrote: >> >> Em Fri, May 15, 2020 at 09:50:00AM -0700, Ian R

Re: [PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr

2020-05-15 Thread Andrii Nakryiko
On Fri, May 15, 2020 at 10:01 AM Arnaldo Carvalho de Melo wrote: > > Em Fri, May 15, 2020 at 09:50:00AM -0700, Ian Rogers escreveu: > > Perf's expr code currently builds an array of strings then removes > > duplicates. The array is larger than necessary and has recently been > > increased in size.

Re: [PATCH v2 0/7] Copy hashmap to tools/perf/util, use in perf expr

2020-05-15 Thread Arnaldo Carvalho de Melo
Em Fri, May 15, 2020 at 09:50:00AM -0700, Ian Rogers escreveu: > Perf's expr code currently builds an array of strings then removes > duplicates. The array is larger than necessary and has recently been > increased in size. When this was done it was commented that a hashmap > would be preferable. >