diff options
Diffstat (limited to 'reader/sample_script.py')
-rwxr-xr-x | reader/sample_script.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/reader/sample_script.py b/reader/sample_script.py index f7e9297..676cfac 100755 --- a/reader/sample_script.py +++ b/reader/sample_script.py | |||
@@ -14,10 +14,10 @@ import stdout_printer | |||
14 | 14 | ||
15 | # Specify your trace files | 15 | # Specify your trace files |
16 | g6 = [ | 16 | g6 = [ |
17 | '../sample_traces/st-g6-0.bin', | 17 | '../traces/st-g6-0.bin', |
18 | '../sample_traces/st-g6-1.bin', | 18 | '../traces/st-g6-1.bin', |
19 | '../sample_traces/st-g6-2.bin', | 19 | '../traces/st-g6-2.bin', |
20 | '../sample_traces/st-g6-3.bin', | 20 | '../traces/st-g6-3.bin', |
21 | ] | 21 | ] |
22 | 22 | ||
23 | # Here is an example of a custom filter function. | 23 | # Here is an example of a custom filter function. |