diff options
author | Bryan C. Ward <bcw@cs.unc.edu> | 2013-04-18 16:16:23 -0400 |
---|---|---|
committer | root <root@ubuntu-qemu.(none)> | 2013-04-18 16:18:12 -0400 |
commit | 2d863ab102ddec8cd0bc6c2103ba0da5db40d387 (patch) | |
tree | 6bb8e9327129fbd71057b825588794dbb44d5ec6 /config | |
parent | 4503e19601635059d2e4e8f7651f9b4b168a6e7a (diff) |
Minor modifications to run/experiment.pywip-nested-locking
Diffstat (limited to 'config')
-rw-r--r-- | config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.py b/config/config.py index eed3648..7b6abc2 100644 --- a/config/config.py +++ b/config/config.py | |||
@@ -48,6 +48,6 @@ SCHED_EVENTS = range(501, 513) | |||
48 | OVH_BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS', 'LOCK', 'UNLOCK'] | 48 | OVH_BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS', 'LOCK', 'UNLOCK'] |
49 | OVH_ALL_EVENTS = ["%s_%s" % (e, t) for (e,t) in | 49 | OVH_ALL_EVENTS = ["%s_%s" % (e, t) for (e,t) in |
50 | itertools.product(OVH_BASE_EVENTS, ["START","END"])] | 50 | itertools.product(OVH_BASE_EVENTS, ["START","END"])] |
51 | OVH_ALL_EVENTS += ['RELEASE_LATENCY'] | 51 | OVH_ALL_EVENTS += ['RELEASE_LATENCY', 'LOCK_SUSPEND', 'LOCK_RESUME'] |
52 | # This event doesn't have a START and END | 52 | # This event doesn't have a START and END |
53 | OVH_BASE_EVENTS += ['RELEASE_LATENCY'] | 53 | OVH_BASE_EVENTS += ['RELEASE_LATENCY'] |