]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf report: Switch filtered from u8 to u16
authorDmitry Vyukov <dvyukov@google.com>
Thu, 13 Feb 2025 09:08:16 +0000 (10:08 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 18 Feb 2025 22:04:31 +0000 (14:04 -0800)
commit216f8a970ca4a0369fd0ac707b1c405dec9512a8
tree3d9cbbc324611f48475cbf6d256f570c613f9ac2
parent7ae1972e748863b0aa04983caf847d4dd5b7e136
perf report: Switch filtered from u8 to u16

We already have all u8 bits taken, adding one more filter leads to unpleasant
failure mode, where code compiles w/o warnings, but the last filters silently
don't work. Add a typedef and switch to u16.

Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: https://lore.kernel.org/r/32b4ce1731126c88a2d9e191dc87e39ae4651cb7.1739437531.git.dvyukov@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/addr_location.h
tools/perf/util/hist.c
tools/perf/util/hist.h