This repository was archived by the owner on May 12, 2021. It is now read-only.

Description
Now that kata-containers/agent#415 has landed, we need to add the ability to enable agent tracing from the runtime.
Static agent tracing can already be enabled by setting agent.trace* in kernel_params= in the configuration.toml file.
However, dynamic tracing (which is the preferred trace model) will require:
- A new config file option to enable agent tracing.
- Calls to the two new gRPC APIs:
StartTracing() and StopTracing().