summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2023-03-20 17:43:42 +0300
committerBjorn Andersson <andersson@kernel.org>2023-04-06 21:42:23 +0300
commit5808c532ca0a983d643319caca44f2bcb148298f (patch)
treec98f4012e2c168371527d7fef62d2037f7c739cf /tools/perf/scripts/python/exported-sql-viewer.py
parentc78ad8597ed961e822bf86ce7f1916dbfba255ef (diff)
downloadlinux-5808c532ca0a983d643319caca44f2bcb148298f.tar.xz
soc: qcom: smd-rpm: Use GFP_ATOMIC in write path
Preparing for better lockdep annotations for things that happen in runpm suspend/resume path vs shrinker/reclaim in the following patches, we need to avoid allocations that can trigger reclaim in the icc_set_bw() path. In the RPMh case, rpmh_write_batch() already uses GFP_ATOMIC, so it should be reasonable to use in the smd-rpm case as well. Alternatively, 256bytes is small enough for a function that isn't called recursively to allocate on-stack. Signed-off-by: Rob Clark <robdclark@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230320144356.803762-21-robdclark@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions