diff options
author | 2011-01-03 18:20:01 +0200 | |
---|---|---|
committer | 2011-01-07 15:08:51 +0100 | |
commit | 5632ab12e9e1fcd7e94058567e181d8f35e83798 (patch) | |
tree | 70b077bd489e889bb049ded097119ea382a254f3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | perf_events: Move code around to prepare for cgroup (diff) | |
download | wireguard-linux-5632ab12e9e1fcd7e94058567e181d8f35e83798.tar.xz wireguard-linux-5632ab12e9e1fcd7e94058567e181d8f35e83798.zip |
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 <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>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions