Home
last modified time | relevance | path

Searched refs:trace_set_thread_name (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py98 def trace_set_thread_name(thread_name): function
152 def trace_set_thread_name(thread_name): function
247 trace_set_thread_name.__doc__ = """Sets the trace's name for the current thread.
/external/cronet/tot/build/android/pylib/utils/
Dinstrumentation_tracing.py142 trace_event.trace_set_thread_name(thread_name)
/external/angle/build/android/pylib/utils/
Dinstrumentation_tracing.py142 trace_event.trace_set_thread_name(thread_name)
/external/cronet/stable/build/android/pylib/utils/
Dinstrumentation_tracing.py142 trace_event.trace_set_thread_name(thread_name)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py307 def trace_set_thread_name(thread_name): function