From 2d863ab102ddec8cd0bc6c2103ba0da5db40d387 Mon Sep 17 00:00:00 2001 From: "Bryan C. Ward" Date: Thu, 18 Apr 2013 16:16:23 -0400 Subject: Minor modifications to run/experiment.py --- config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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) OVH_BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS', 'LOCK', 'UNLOCK'] OVH_ALL_EVENTS = ["%s_%s" % (e, t) for (e,t) in itertools.product(OVH_BASE_EVENTS, ["START","END"])] -OVH_ALL_EVENTS += ['RELEASE_LATENCY'] +OVH_ALL_EVENTS += ['RELEASE_LATENCY', 'LOCK_SUSPEND', 'LOCK_RESUME'] # This event doesn't have a START and END OVH_BASE_EVENTS += ['RELEASE_LATENCY'] -- cgit v1.2.2