[PATCH 8/8] perf tools: Get current comm instead of last one

2013-10-10 Thread Namhyung Kim
From: Namhyung Kim At insert time, a hist entry should reference comm at the time otherwise it'll get the last comm anyway. Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Link: http://lkml.kernel.org/n/tip-n6pykiiymtgmcjs834go2...@git.kernel.org [ Fixed up const pointer issues ] Signed-of

Re: [PATCH 8/8] perf tools: Get current comm instead of last one

2013-10-07 Thread Namhyung Kim
Hi Frederic, On Wed, 2 Oct 2013 12:01:51 +0200, Frederic Weisbecker wrote: > On Thu, Sep 26, 2013 at 05:58:10PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> At insert time, a hist entry should reference comm at the time >> otherwise it'll get the last comm anyway. [SNIP] >> --- a/too

Re: [PATCH 8/8] perf tools: Get current comm instead of last one

2013-10-02 Thread Frederic Weisbecker
On Thu, Sep 26, 2013 at 05:58:10PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > At insert time, a hist entry should reference comm at the time > otherwise it'll get the last comm anyway. > > Signed-off-by: Namhyung Kim > Cc: Frederic Weisbecker > Link: http://lkml.kernel.org/n/tip-n6pyk

[PATCH 8/8] perf tools: Get current comm instead of last one

2013-09-26 Thread Namhyung Kim
From: Namhyung Kim At insert time, a hist entry should reference comm at the time otherwise it'll get the last comm anyway. Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Link: http://lkml.kernel.org/n/tip-n6pykiiymtgmcjs834go2...@git.kernel.org [ Fixed up const pointer issues ] Signed-of