aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2024-04-08 20:04:15 +0300
committerVille Syrjälä <[email protected]>2024-05-08 22:03:16 +0300
commit6d46a50934c84f9db9502a8265617ffc621c407b (patch)
treea5d97ab3c98c3720e94feea4298cbd154b79fdc8 /tools/perf/scripts/python/syscall-counts-by-pid.py
parente34a7238bd530941ea96da74343541db7b1568d8 (diff)
drm/hisilicon/kirin: Fix MASK(32) on 32bit architectures
BIT(32) is illegal when sizeof(long)==4. Use BIT_ULL(32) instead. Cc: Xinliang Liu <[email protected]> Cc: Tian Tao <[email protected]> Cc: Xinwei Kong <[email protected]> Cc: Sumit Semwal <[email protected]> Cc: Yongqin Liu <[email protected]> Cc: John Stultz <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Acked-by: John Stultz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions