Re: [PATCH] perf tools: Fix use of wrong event when processing exit events

2015-09-03 Thread Adrian Hunter
On 02/09/15 22:55, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 02, 2015 at 04:00:08PM +0300, Adrian Hunter escreveu: >> On 18/08/15 12:07, Adrian Hunter wrote: >>> In a couple of cases the 'comm' member of 'union event' has >>> been used instead of the correct member ('fork') when processing >>>

Re: [PATCH] perf tools: Fix use of wrong event when processing exit events

2015-09-02 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 02, 2015 at 04:00:08PM +0300, Adrian Hunter escreveu: > On 18/08/15 12:07, Adrian Hunter wrote: > > In a couple of cases the 'comm' member of 'union event' has > > been used instead of the correct member ('fork') when processing > > exit events. > > > > In the cases where it has been u

Re: [PATCH] perf tools: Fix use of wrong event when processing exit events

2015-09-02 Thread Adrian Hunter
On 18/08/15 12:07, Adrian Hunter wrote: > In a couple of cases the 'comm' member of 'union event' has > been used instead of the correct member ('fork') when processing > exit events. > > In the cases where it has been used incorrectly, only the 'pid' > and 'tid' are affected. The 'pid' value wou

[PATCH] perf tools: Fix use of wrong event when processing exit events

2015-08-18 Thread Adrian Hunter
In a couple of cases the 'comm' member of 'union event' has been used instead of the correct member ('fork') when processing exit events. In the cases where it has been used incorrectly, only the 'pid' and 'tid' are affected. The 'pid' value would be correct anyway because it is in the same posit