[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151104155358.GA7627@krava.brq.redhat.com>
Date: Wed, 4 Nov 2015 16:53:58 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Jiri Olsa <jolsa@...nel.org>, lkml <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Arnaldo Carvalho de Melo <acme@...nel.org>
Subject: Re: [PATCH] perf: Do not send exit event twice
On Wed, Nov 04, 2015 at 04:46:04PM +0100, Peter Zijlstra wrote:
> On Wed, Nov 04, 2015 at 04:00:05PM +0100, Jiri Olsa wrote:
> > This does not affect other auxiliary events, as they don't
> > use task_ctx at all.
>
> FORK does..
hum, I don't see that, it passes NULL as task_ctx:
void perf_event_fork(struct task_struct *task)
{
perf_event_task(task, NULL, 1);
}
>
> > Link: http://lkml.kernel.org/n/tip-fghxh2gucaa7wyp1edjtvssd@git.kernel.org
>
> Please fix your script to never emit /n/ links; those are no longer
> appreciated.
will do
thanks.
jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists