diff options
author | Yury Norov <yury.norov@gmail.com> | 2022-01-23 10:38:48 -0800 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-06-03 06:52:57 -0700 |
commit | a37e94fe7c428ff4663f22966e142e7610ed049d (patch) | |
tree | 63749fad647f426a7b900a800f5a6c170172d6b5 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 4aec74bccf5d047347bdfef3638e3031dd75c0a0 (diff) |
drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate
i915_pmu_cpu_online() calls cpumask_weight() to check if any bit of a
given cpumask is set. We can do it more efficiently with cpumask_empty()
because cpumask_empty() stops traversing the cpumask as soon as it finds
first set bit, while cpumask_weight() counts all bits unconditionally.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions