From: Stephane Eranian Date: Mon, 3 Jan 2011 16:20:01 +0000 (+0200) Subject: perf_events: Generalize use of event_filter_match() X-Git-Tag: v2.6.38-rc1~417^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5632ab12e9e1fcd7e94058567e181d8f35e83798;p=pandora-kernel.git perf_events: Generalize use of event_filter_match() Replace all occurrences of: event->cpu != -1 && event->cpu == smp_processor_id() by a call to: event_filter_match(event) This makes the code more consistent and will make the cgroup patch smaller. Signed-off-by: Stephane Eranian Signed-off-by: Peter Zijlstra LKML-Reference: <4d220593.2308e30a.48c5.ffff8ae9@mx.google.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed