aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.py
diff options
context:
space:
mode:
authorBryan C. Ward <bcw@cs.unc.edu>2013-04-18 16:16:23 -0400
committerroot <root@ubuntu-qemu.(none)>2013-04-18 16:18:12 -0400
commit2d863ab102ddec8cd0bc6c2103ba0da5db40d387 (patch)
tree6bb8e9327129fbd71057b825588794dbb44d5ec6 /config/config.py
parent4503e19601635059d2e4e8f7651f9b4b168a6e7a (diff)
Minor modifications to run/experiment.pywip-nested-locking
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 eed3648..7b6abc2 100644
--- a/config/config.py
+++ b/config/config.py
@@ -48,6 +48,6 @@ SCHED_EVENTS = range(501, 513)
48OVH_BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS', 'LOCK', 'UNLOCK'] 48OVH_BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS', 'LOCK', 'UNLOCK']
49OVH_ALL_EVENTS = ["%s_%s" % (e, t) for (e,t) in 49OVH_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"])]
51OVH_ALL_EVENTS += ['RELEASE_LATENCY'] 51OVH_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
53OVH_BASE_EVENTS += ['RELEASE_LATENCY'] 53OVH_BASE_EVENTS += ['RELEASE_LATENCY']