aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2012-11-29 01:27:45 +0000
committerDavid S. Miller <[email protected]>2012-11-30 12:10:57 -0500
commit481af03bfbc1e07954310689831ad2695b7c6a44 (patch)
treeb9781c35dcf9990c7f94ec3cbc0c6c93063fbddb /tools/perf/scripts/python/event_analyzing_sample.py
parent6e22ce2c6e4315522526279365d6e86e8f67a5fa (diff)
mISDN: improve bitops usage
This improves bitops usages in several points: - Convert u64 to a proper bitmap declaration. This enables to remove superfluous typecasting from 'u64' to 'unsigned long *'. - Convert superfluous atomic bitops to non atomic bitops. The bitmap is allocated on the stack and it is not accessed by any other threads, so using atomic bitops is not necessary. - Use find_next_zero_bit and find_next_zero_bit instead of calling test_bit() for each bit. Signed-off-by: Akinobu Mita <[email protected]> Cc: Karsten Keil <[email protected]> Cc: [email protected] Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions