From: Arjan van de Ven Date: Sat, 16 Jan 2010 20:53:19 +0000 (-0800) Subject: perf timechart: Use tid not pid for COMM change X-Git-Tag: v2.6.33-rc5~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f06d7e6e1bbfb32698d6d455583ab7460c090e2;p=pandora-kernel.git perf timechart: Use tid not pid for COMM change A process that changes its comm field, does this on a per kernel task struct basis. The timechart tool used, incorrectly, the pid to track this, and should have used the tid instead... Signed-off-by: Arjan van de Ven Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker CC: LKML-Reference: <20100116125319.34ac3edd@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed