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:
d5b5f39
)
perf: Remove fragile swevent hlist optimization
author
Peter Zijlstra
<peterz@infradead.org>
Fri, 13 Sep 2013 11:14:47 +0000
(13:14 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 19 Nov 2013 15:57:42 +0000
(16:57 +0100)
Currently we only allocate a single cpu hashtable for per-cpu
swevents; do away with this optimization for it is fragile in the face
of things like perf_pmu_migrate_context().
The easiest thing is to make sure all CPUs are consistent wrt state.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/20130913111447.GN31370@twins.programming.kicks-ass.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c
patch
|
blob
|
history
diff --cc
kernel/events/core.c
Simple merge