Searched defs:atrace_begin_wrap (Results 1 – 2 of 2) sorted by relevance
/system/extras/libatrace_rust/bindgen/ |
D | cutils_trace_wrap.c | 19 void atrace_begin_wrap(uint64_t tag, const char* name) { in atrace_begin_wrap() function
|
/system/extras/libatrace_rust/src/ |
D | lib.rs | 376 fn atrace_begin_wrap(&mut self, _tag: u64, _name: *const c_char) { in atrace_begin_wrap() method 493 pub unsafe fn atrace_begin_wrap(tag: u64, name: *const c_char) { in atrace_begin_wrap() function 628 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in forwards_trace_begin() method 665 fn atrace_begin_wrap(&mut self, _tag: u64, _name: *const c_char) { in trace_begin_not_called_with_disabled_tag() method 718 fn atrace_begin_wrap(&mut self, tag: u64, _name: *const c_char) { in can_combine_tags() method 1095 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in scoped_event_starts_and_ends_in_order() method 1169 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in method_trace_starts_and_ends_in_order() method
|