Re: [PATCH] perf script: pass more arguments to the python event handler

2014-06-03 Thread Sebastian Andrzej Siewior
On 06/03/2014 05:07 AM, Namhyung Kim wrote: > Hi Sebastian, Hi Namhyung, > Please take a look at Joseph's work on the same direction (and more). > > https://lkml.org/lkml/2014/4/3/217 This looks very good, thanks for pointing out. > > Thanks, > Namhyung > Sebastian -- To unsubscribe from this

Re: [PATCH] perf script: pass more arguments to the python event handler

2014-06-02 Thread Namhyung Kim
Hi Sebastian, On Fri, 30 May 2014 18:25:23 +0200, Sebastian Andrzej Siewior wrote: > This patch extends the current argument list in case of events by > - IP / addr of the event. Currently only the function name is passed. > - seconds and ns as the timestamp. Split into two value to stay close to