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
> what the trace handler passes.
> - the pid of the proccess
>
> I added a common_ prefix to stay close to the naming of the "trace"
> handler. Currently I don't mind dropping it since "comm" isn't named
> "common_comm". Any suggestions?
Please take a look at Joseph's work on the same direction (and more).
https://lkml.org/lkml/2014/4/3/217
Thanks,
Namhyung
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