Re: [PATCH 7/7] perf tools: Set attr.task bit for a tracking event

2014-12-23 Thread Arnaldo Carvalho de Melo
Em Tue, Dec 23, 2014 at 01:06:33PM +0900, Namhyung Kim escreveu: > On Mon, Dec 22, 2014 at 11:49:19AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Dec 22, 2014 at 01:44:15PM +0900, Namhyung Kim escreveu: > > > The perf_event_attr.task bit is to track task (fork and exit) events > > > but it m

Re: [PATCH 7/7] perf tools: Set attr.task bit for a tracking event

2014-12-22 Thread Namhyung Kim
On Mon, Dec 22, 2014 at 11:49:19AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Dec 22, 2014 at 01:44:15PM +0900, Namhyung Kim escreveu: > > The perf_event_attr.task bit is to track task (fork and exit) events > > but it missed to be set by perf_evsel__config(). While it was not a > > problem

Re: [PATCH 7/7] perf tools: Set attr.task bit for a tracking event

2014-12-22 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 22, 2014 at 01:44:15PM +0900, Namhyung Kim escreveu: > The perf_event_attr.task bit is to track task (fork and exit) events > but it missed to be set by perf_evsel__config(). While it was not a > problem in practice since setting other bits (comm/mmap) ended up > being in same result,