From: Frederic Weisbecker Date: Tue, 29 Jun 2010 16:08:13 +0000 (+0200) Subject: perf: Drop unappropriate tests on arch callchains X-Git-Tag: v2.6.37-rc1~214^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a65932fd7216fdc9a0db8bbffe1d47842f862c;p=pandora-kernel.git perf: Drop unappropriate tests on arch callchains Drop the TASK_RUNNING test on user tasks for callchains as this check doesn't seem to make any sense. Also remove the tests for !current that is not supposed to happen and current->pid as this should be handled at the generic level, with exclude_idle attribute. Signed-off-by: Frederic Weisbecker Tested-by: Will Deacon Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Paul Mackerras Cc: Stephane Eranian Cc: David Miller Cc: Paul Mundt Cc: Borislav Petkov --- Reading git-diff-tree failed