summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@arm.com>2019-05-30 12:30:58 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2019-06-04 14:48:26 +0100
commit27e6e7d63fc2b43334ce79070a727a9ca6e58700 (patch)
treed0b4a6abbe15fed80c4b288739a814bbbd28b9a7 /tools/perf/scripts/python/export-to-sqlite.py
parent0c1f14ed12262f45a3af1d588e4d7bd12438b8f5 (diff)
arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs()
cpu_enable_ssbs() is called via stop_machine() as part of the cpu_enable callback. A spin lock is used to ensure the hook is registered before the rest of the callback is executed. On -RT spin_lock() may sleep. However, all the callees in stop_machine() are expected to not sleep. Therefore a raw_spin_lock() is required here. Given this is already done under stop_machine() and the work done under the lock is quite small, the latency should not increase too much. Signed-off-by: Julien Grall <julien.grall@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions