aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorPhilippe Schenker <[email protected]>2019-05-07 16:36:14 +0200
committerJonathan Cameron <[email protected]>2019-05-11 11:15:37 +0100
commite813dde6f83343012239a44e433eacc22de1079c (patch)
tree2ebe4b6f4614ad065e720b4b81b9b74d2d2f8136 /tools/perf/scripts/python/syscall-counts.py
parent4bd44bb2b470459d795c4bac328ed8edb7ebd132 (diff)
iio: stmpe-adc: Use wait_for_completion_timeout
Use wait_for_completion_timeout instead of wait_for_completion_interuptible_timeout. The interruptible variant gets constantly interrupted if a user program is compiled with the -pg option. The killable variant was not used due to the fact that a second program, reading on this device, that gets killed is then also killing that wait. Signed-off-by: Philippe Schenker <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions