Searched refs:trace_type (Results 1 – 4 of 4) sorted by relevance
89 trace_type = controller.GetTraceType()94 (interval, trace_type)), eol='')97 ui.PrintMessage('Capturing %s. Press Enter to stop...' % trace_type,
267 TraceType trace_type; in Parse() local271 trace_type = GuessTraceType(data.get(), size); in Parse()274 switch (trace_type) { in Parse()289 if (trace_type == kProtoWithTrackEventsTraceType) { in Parse()
531 Config::TraceMethodType trace_type = Config::GetTraceMethodType(method); in CheckTraceOrDispatchMethod() local532 if (trace_type == Config::TRACE_AFTER_DISPATCH_METHOD || in CheckTraceOrDispatchMethod()534 CheckTraceMethod(parent, method, trace_type); in CheckTraceOrDispatchMethod()542 Config::TraceMethodType trace_type) { in CheckTraceMethod() argument544 if (trace_type == Config::TRACE_METHOD) { in CheckTraceMethod()
67 Config::TraceMethodType trace_type);