Searched refs:trace_end (Results 1 – 8 of 8) sorted by relevance
90 def trace_end(name): function145 def trace_end(name): function235 trace_end.__doc__ = """Records the end of an event of the given name.
140 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')
27 def trace_end(): function
33 local trace_end = bpf.kprobe('myprobe2:blk_account_io_completion', function (ptregs) function
58 def trace_end(): function
95 def trace_end(): function
171 def trace_end(name, args=None): function
208 def trace_end(): function