aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.py')
-rw-r--r--config/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.py b/config/config.py
index 75130fd..49fd234 100644
--- a/config/config.py
+++ b/config/config.py
@@ -16,7 +16,7 @@ BINS = {'rtspin' : get_executable('rtspin', 'liblitmus'),
16 16
17'''Names of output files.''' 17'''Names of output files.'''
18FILES = {'ft_data' : 'ft.bin', 18FILES = {'ft_data' : 'ft.bin',
19 'ft_matches' : r'(ft.*\.bin)|(.*\.ft)', 19 'ft_matches' : r'(ft.*\.bin$)|(.*\.ft)',
20 'linux_data' : 'trace.dat', 20 'linux_data' : 'trace.dat',
21 'sched_data' : 'st-{}.bin', 21 'sched_data' : 'st-{}.bin',
22 'log_data' : 'trace.slog'} 22 'log_data' : 'trace.slog'}