Searched defs:atrace_begin (Results 1 – 4 of 4) sorted by relevance
/system/extras/libatrace_rust/src/ |
D | tracing_subscriber.rs | 253 fn atrace_begin(&mut self, _tag: AtraceTag, _name: &str) { in atrace_begin() method 324 pub fn atrace_begin(tag: AtraceTag, name: &str) { in atrace_begin() function 347 fn atrace_begin(&mut self, tag: AtraceTag, name: &str) { in emits_span_begin() method 380 fn atrace_begin(&mut self, _tag: AtraceTag, _name: &str) {} in emits_span_end() method 416 fn atrace_begin(&mut self, _tag: AtraceTag, _name: &str) { in span_begin_end_is_ordered() method 564 fn atrace_begin(&mut self, tag: AtraceTag, _name: &str) { in can_set_tag() method 611 fn atrace_begin(&mut self, _tag: AtraceTag, name: &str) { in fields_ignored_when_disabled() method 679 fn atrace_begin(&mut self, _tag: AtraceTag, name: &str) { in formats_span_fields() method
|
D | lib.rs | 164 pub fn atrace_begin(tag: AtraceTag, name: &str) { in atrace_begin() function
|
/system/core/libcutils/include_outside_system/cutils/ |
D | trace.h | 189 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() function
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 189 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() function
|