diff options
author | Milton Miller <[email protected]> | 2010-01-18 13:00:51 +1100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-01-18 09:02:59 +0100 |
commit | e03bcb68629c7f0728c95f1afe06ce48565c7713 (patch) | |
tree | 3fdede3a2cefaedf1f5838e83c893a7564e548c9 /tools/perf/util/trace-event-scripting.c | |
parent | 6ccf80eb15ccaca4d3f1ab5162b9ded5eecd9971 (diff) |
generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data
The smp ipi data is passed around and given write access by
other cpus and should be separated from per-cpu data consumed by
this cpu.
Looking for hot lines, I saw call_function_data shared with
tick_cpu_sched.
Signed-off-by: Milton Miller <[email protected]>
Acked-by: Anton Blanchard <[email protected]>
Acked-by: Jens Axboe <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: : Nick Piggin <[email protected]>
LKML-Reference: <20100118020051.GR12666@kryten>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions