perf: Drop unappropriate tests on arch callchains
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 29 Jun 2010 16:08:13 +0000 (18:08 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Wed, 18 Aug 2010 23:29:35 +0000 (01:29 +0200)
commitc1a65932fd7216fdc9a0db8bbffe1d47842f862c
tree5c7b3c616f850ba549abdd645cfa9d4121eb8623
parent4694153c252a6ae19704b5bb66466050256395a4
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 <fweisbec@gmail.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: David Miller <davem@davemloft.net>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Borislav Petkov <bp@amd64.org>
arch/arm/kernel/perf_event.c
arch/sh/kernel/perf_callchain.c
arch/x86/kernel/cpu/perf_event.c