summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-02-13 10:08:16 +0100
committerNamhyung Kim <namhyung@kernel.org>2025-02-18 14:04:31 -0800
commit216f8a970ca4a0369fd0ac707b1c405dec9512a8 (patch)
tree3d9cbbc324611f48475cbf6d256f570c613f9ac2 /tools/perf/scripts/python
parent7ae1972e748863b0aa04983caf847d4dd5b7e136 (diff)
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions