git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a562b18
)
perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Mon, 8 Mar 2010 16:51:33 +0000
(17:51 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 10 Mar 2010 12:23:36 +0000
(13:23 +0100)
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 <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: paulus@samba.org
Cc: eranian@google.com
Cc: robert.richter@amd.com
Cc: fweisbec@gmail.com
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event_intel_ds.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/cpu/perf_event_intel_ds.c
Simple merge