Searched refs:trace_end (Results 1 – 7 of 7) sorted by relevance
95 def trace_end(name): function148 def trace_end(name): function238 trace_end.__doc__ = """Records the end of an event of the given name.
140 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')
88 void trace_end(const char **scope);91 const char *trace_dummy __attribute__((cleanup (trace_end), unused)) = \
144 void trace_end(const char **dummy) in trace_end() function168 void trace_end(const char **func_name) in trace_end() function
33 local trace_end = bpf.kprobe('myprobe2:blk_account_io_completion', function (ptregs) function
208 def trace_end(): function
304 def trace_end(name, args=None): function