aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-16 22:11:36 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 23:05:17 -0700
commit79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25 (patch)
tree4c55c24510b0080d98547de6c1e8c4b2892d8803 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent779fcc8410757386bac35ddf4ba026943f2f24f3 (diff)
staging: panel: Prefer using BIT Macro
Replace bit shifting on 1 with the BIT(x) Macro The semantic patch used to find this is: @@ int g; @@ -(1 << g) +BIT(g) Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions