From: Arnaldo Carvalho de Melo Date: Sat, 20 Feb 2010 01:02:07 +0000 (-0200) Subject: perf tools: Don't use parent comm if not set at fork time X-Git-Tag: v2.6.34-rc1~197^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa5c5c36ec50bf43e39c7798ce9701e6b002db3;p=pandora-kernel.git perf tools: Don't use parent comm if not set at fork time As the parent comm then is worthless, confusing users about the thread where the sample really happened, leading to think that the sample happened in the parent, not where it really happened, in the children of a thread for which a PERF_RECORD_COMM event was not received. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1266627727-19715-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed