diff options
Diffstat (limited to 'runsc/boot/controller.go')
-rw-r--r-- | runsc/boot/controller.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go index f09c1bd85..72ab9ef86 100644 --- a/runsc/boot/controller.go +++ b/runsc/boot/controller.go @@ -101,6 +101,8 @@ const ( StartCPUProfile = "Profile.StartCPUProfile" StopCPUProfile = "Profile.StopCPUProfile" HeapProfile = "Profile.HeapProfile" + StartTrace = "Profile.StartTrace" + StopTrace = "Profile.StopTrace" ) // ControlSocketAddr generates an abstract unix socket name for the given ID. |