summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorYury Norov (NVIDIA) <yury.norov@gmail.com>2025-12-15 20:20:03 -0500
committerWill Deacon <will@kernel.org>2026-01-05 20:39:40 +0000
commit0c7c64146f707ffe7abd5d11c9828d8129903ab5 (patch)
treeff7d88a119daddc135329017462a138fe74b94f6 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent12a94953c37e834c3eabb839ce057094946fe67a (diff)
drivers: perf: use bitmap_empty() where appropriate
bitmap_empty() is more verbose and efficient, as it stops traversing bitmaps as soon as the 1st set bit found. Switch perf code to using bitmap_empty() where appropriate, and correspondingly use boolean types. Signed-off-by: Yury Norov (NVIDIA) <yury.norov@gmail.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions