jjb: lava: kprobe-fuzzing: print instrumentation points boundaries at each iteration
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 14 Mar 2018 21:28:47 +0000 (17:28 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 14 Mar 2018 21:28:47 +0000 (17:28 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/run-kprobe-fuzzing.py

index ef7907738ca666dd9e10ea992428f3d283556a3b..9e4a2a017e0e880758cef4f082a4e3f08e7c8ec3 100644 (file)
@@ -33,7 +33,7 @@ def load_instr_points(instr_points_archive):
     return [x.decode('utf-8') for x in data.split()]
 
 def enable_kprobe_events(instr_points):
-    print('Enabling events...', end='')
+    print('Enabling events from {} to {}...'.format(instr_points[0], instr_points[-1]), end='')
     sys.stdout.flush()
 
     # Use os module directly, because this is a sysfs file and seeking inside
This page took 0.023797 seconds and 4 git commands to generate.