From: Peter Zijlstra Date: Mon, 8 Mar 2010 16:51:33 +0000 (+0100) Subject: perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) X-Git-Tag: v2.6.34-rc2~19^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e2d2828046133ed985696a02e2e1499ca0bfb8;p=pandora-kernel.git perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) Calling ioctl(PERF_EVENT_IOC_DISABLE) on a thottled counter would result in a double disable, cure this by using x86_pmu_{start,stop} for throttle/unthrottle and teach x86_pmu_stop() to check ->active_mask. Signed-off-by: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: paulus@samba.org Cc: eranian@google.com Cc: robert.richter@amd.com Cc: fweisbec@gmail.com LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed