aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorNicholas Piggin <[email protected]>2018-05-05 03:19:31 +1000
committerMichael Ellerman <[email protected]>2018-06-03 20:40:27 +1000
commit3f984620f9a4fe089c0a3c951b75a460211394bb (patch)
treedf13a8c219ca5d8cdafb8ac51b92769ec4ba18f4 /tools/perf/scripts/python/bin/stackcollapse-record
parent3d3a6021ddcbe9c31520e4e7b65e5ce5dc58274d (diff)
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
The broadcast tick recipient can call tick_receive_broadcast rather than re-running the full timer interrupt. It does not have to check for the next event time, because the sender already determined the timer has expired. It does not have to test irq_work_pending, because that's a direct decrementer interrupt and does not go through the clock events subsystem. And it does not have to read PURR because that was removed with the previous patch. This results in no code size change, but both the decrementer and broadcast path lengths are reduced. Cc: Srivatsa S. Bhat <[email protected]> Cc: Preeti U Murthy <[email protected]> Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions