commit | e9eb20671c36dd2047f9b82596f2989a4ef93819 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung.kim@lge.com> | Fri Sep 13 16:28:57 2013 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Fri Oct 11 10:47:49 2013 +0900 |
tree | 05ac35d4ae92b40dde39c9002fc0cad4abe391ee | |
parent | 1be6d943ac1ab35d3346eacf7110452e8a47c1b2 [diff] |
perf tools: Get current comm instead of last one 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 <namhyung@kernel.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> Link: http://lkml.kernel.org/n/tip-n6pykiiymtgmcjs834go2t8x@git.kernel.org [ Fixed up const pointer issues ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>