Re: [PATCH] perf parse-events: Use uintptr_t when casting numbers to pointers

2020-09-04 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 03, 2020 at 10:31:09PM -0700, Ian Rogers escreveu: > On Thu, Sep 3, 2020 at 11:44 AM Arnaldo Carvalho de Melo > wrote: > > Please check that this is ok with you, > > Thanks Arnaldo, this looks good to me! Thanks for checkint! - Arnaldo > There is a separate issue, the

Re: [PATCH] perf parse-events: Use uintptr_t when casting numbers to pointers

2020-09-03 Thread Ian Rogers
On Thu, Sep 3, 2020 at 11:44 AM Arnaldo Carvalho de Melo wrote: > > Hi Ian, > > Please check that this is ok with you, > > Thanks, > > - Arnaldo Thanks Arnaldo, this looks good to me! There is a separate issue, the casts are necessary as we have PE_VALUEs that are supposed to be numbers

[PATCH] perf parse-events: Use uintptr_t when casting numbers to pointers

2020-09-03 Thread Arnaldo Carvalho de Melo
Hi Ian, Please check that this is ok with you, Thanks, - Arnaldo commit 0823f768b800cca2592fad3b5649766ae6bc4eba Author: Arnaldo Carvalho de Melo Date: Thu Sep 3 15:34:20 2020 -0300 perf parse-events: Use uintptr_t when casting numbers to pointers To address these