Home
last modified time | relevance | path

Searched refs:trace_end (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py90 def trace_end(name): function
145 def trace_end(name): function
235 trace_end.__doc__ = """Records the end of an event of the given name.
Dtrace_event_unittest.py140 trace_event.trace_end('test_event')
250 trace_end("func1")
256 trace_event.trace_end('test')
282 trace_event.trace_end('two')
283 trace_event.trace_end('one')
319 trace_event.trace_end('one')
320 trace_event.trace_end('two')
364 trace_event.trace_end('parent_event')
406 trace_event.trace_end('parent')
/external/v8/tools/
Dturbolizer-perf.py27 def trace_end(): function
/external/bcc/examples/lua/
Dkprobe-latency.lua33 local trace_end = bpf.kprobe('myprobe2:blk_account_io_completion', function (ptregs) function
/external/adeb/bcc/misc/
Dfutex-contention.py58 def trace_end(): function
Dandroid-futex-contention.py95 def trace_end(): function
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py171 def trace_end(name, args=None): function
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py208 def trace_end(): function