aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAndrew Murray <[email protected]>2019-04-09 20:22:10 +0100
committerMarc Zyngier <[email protected]>2019-04-24 15:34:31 +0100
commit21bb0ebf5d78c669ed887f30889f2d28cf6bf7db (patch)
treecead3b66ba563216de2f225829cc4401d2665b5e /tools/perf/scripts/python/export-to-sqlite.py
parenta243c16d18be130b17cf1064e9115de73bfdff5a (diff)
arm64: arm_pmu: Remove unnecessary isb instruction
The armv8pmu_enable_event_counter function issues an isb instruction after enabling a pair of counters - this doesn't provide any value and is inconsistent with the armv8pmu_disable_event_counter. In any case armv8pmu_enable_event_counter is always called with the PMU stopped. Starting the PMU with armv8pmu_start results in an isb instruction being issued prior to writing to PMCR_EL0. Let's remove the unnecessary isb instruction. Signed-off-by: Andrew Murray <[email protected]> Reviewed-by: Suzuki K Poulose <[email protected]> Acked-by: Mark Rutland <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions