diff options
author | 2022-01-23 10:38:48 -0800 | |
---|---|---|
committer | 2022-06-03 06:52:57 -0700 | |
commit | a37e94fe7c428ff4663f22966e142e7610ed049d (patch) | |
tree | 63749fad647f426a7b900a800f5a6c170172d6b5 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | arch/x86: replace cpumask_weight with cpumask_empty where appropriate (diff) | |
download | linux-dev-a37e94fe7c428ff4663f22966e142e7610ed049d.tar.xz linux-dev-a37e94fe7c428ff4663f22966e142e7610ed049d.zip |
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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions