Lines Matching full:agents
8 multiple tracing agents and collects data from all of them. It also
31 Unlike with the other tracing agents, the tracing controller should not
33 tracing agents when they write a trace.
113 agents_with_config: List of tracing agents for this controller with the
129 """Start tracing for all tracing agents.
132 and the child tracing agents.
142 # Start the controller tracing agents. Controller tracing agent
150 # Start the child tracing agents.
161 # Print warning if all agents not started.
165 print 'Warning: Only %d of %d tracing agents started.' % (ns, na)
170 """Issue clock sync marker and stop tracing for all tracing agents.
173 and the child tracing agents. It issues a clock sync marker prior
178 for all agents.
183 # Issue the clock sync marker and stop the child tracing agents.
199 # Print warning if all agents not stopped.
203 print 'Warning: Only %d of %d tracing agents stopped.' % (ns, na)
206 # Collect the results from all the stopped tracing agents.
216 print ('Warning: Duplicate tracing agents named %s.' %
231 """Return a string representing the child agents that are being traced."""
236 """Issue clock sync markers to all the child tracing agents."""
258 """Create tracing agents.
260 This function will determine which tracing agents are valid given the
261 options and create those agents along with their corresponding configuration
266 TODO(washingtonp): After all profile_chrome agents are in
269 A list of AgentWithConfig options containing agents and their corresponding