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:
0b3fcf1
)
perf_events: Generalize use of event_filter_match()
author
Stephane Eranian
<eranian@google.com>
Mon, 3 Jan 2011 16:20:01 +0000
(18:20 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 7 Jan 2011 14:08:51 +0000
(15:08 +0100)
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 <eranian@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <
4d220593
.
2308e30a
.48c5.
ffff8ae9
@mx.google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_event.c
patch
|
blob
|
history
diff --cc
kernel/perf_event.c
Simple merge