Home
last modified time | relevance | path

Searched refs:trace_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py89 trace_type = controller.GetTraceType()
94 (interval, trace_type)), eol='')
97 ui.PrintMessage('Capturing %s. Press Enter to stop...' % trace_type,
/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.cpp529 Config::TraceMethodType trace_type = Config::GetTraceMethodType(method); in CheckTraceOrDispatchMethod() local
530 if (trace_type == Config::TRACE_AFTER_DISPATCH_METHOD || in CheckTraceOrDispatchMethod()
531 trace_type == Config::TRACE_AFTER_DISPATCH_IMPL_METHOD || in CheckTraceOrDispatchMethod()
533 CheckTraceMethod(parent, method, trace_type); in CheckTraceOrDispatchMethod()
541 Config::TraceMethodType trace_type) { in CheckTraceMethod() argument
543 if (trace_type == Config::TRACE_METHOD) { in CheckTraceMethod()
DBlinkGCPluginConsumer.h67 Config::TraceMethodType trace_type);