commit | 5f5092e72cc25a6a5785308270e0085b2b2772cc | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Feb 11 18:08:41 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Fri Feb 21 11:11:21 2014 +0000 |
tree | a3f5d15b978418cd29200a95d7abd33440a16577 | |
parent | d84c47837d800c0db1c9f2015a1565504417f812 [diff] |
ARM: perf: hook up perf_sample_event_took around pmu irq handling Since we indirect all of our PMU IRQ handling through a dispatcher, it's trivial to hook up perf_sample_event_took to prevent applications such as oprofile from generating interrupt storms due to an unrealisticly low sample period. Reported-by: Robert Richter <rric@kernel.org> Signed-off-by: Will Deacon <will.deacon@arm.com>