Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py95 def trace_end(name): function
148 def trace_end(name): function
238 trace_end.__doc__ = """Records the end of an event of the given name.
Dtrace_event_unittest.py140 trace_event.trace_end('test_event')
251 trace_end("func1")
257 trace_event.trace_end('test')
283 trace_event.trace_end('two')
284 trace_event.trace_end('one')
320 trace_event.trace_end('one')
321 trace_event.trace_end('two')
366 trace_event.trace_end('parent_event')
423 trace_event.trace_end('parent')
/external/virglrenderer/src/
Dvirgl_util.h88 void trace_end(const char **scope);
91 const char *trace_dummy __attribute__((cleanup (trace_end), unused)) = \
Dvirgl_util.c144 void trace_end(const char **dummy) in trace_end() function
168 void trace_end(const char **func_name) in trace_end() function
/external/bcc/examples/lua/
Dkprobe-latency.lua33 local trace_end = bpf.kprobe('myprobe2:blk_account_io_completion', function (ptregs) function
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py208 def trace_end(): function
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py304 def trace_end(name, args=None): function