Lines Matching defs:u64
370 fn atrace_get_enabled_tags(&mut self) -> u64 { in atrace_get_enabled_tags()
373 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in atrace_is_tag_enabled_wrap()
376 fn atrace_begin_wrap(&mut self, _tag: u64, _name: *const c_char) { in atrace_begin_wrap()
379 fn atrace_end_wrap(&mut self, _tag: u64) { in atrace_end_wrap()
382 fn atrace_async_begin_wrap(&mut self, _tag: u64, _name: *const c_char, _cookie: i32) { in atrace_async_begin_wrap()
385 fn atrace_async_end_wrap(&mut self, _tag: u64, _name: *const c_char, _cookie: i32) { in atrace_async_end_wrap()
390 _tag: u64, in atrace_async_for_track_begin_wrap()
399 _tag: u64, in atrace_async_for_track_end_wrap()
405 fn atrace_instant_wrap(&mut self, _tag: u64, _name: *const c_char) { in atrace_instant_wrap()
410 _tag: u64, in atrace_instant_for_track_wrap()
416 fn atrace_int_wrap(&mut self, _tag: u64, _name: *const c_char, _value: i32) { in atrace_int_wrap()
419 fn atrace_int64_wrap(&mut self, _tag: u64, _name: *const c_char, _value: i64) { in atrace_int64_wrap()
490 pub unsafe fn atrace_is_tag_enabled_wrap(tag: u64) -> u64 { in atrace_is_tag_enabled_wrap()
493 pub unsafe fn atrace_begin_wrap(tag: u64, name: *const c_char) { in atrace_begin_wrap()
496 pub unsafe fn atrace_end_wrap(tag: u64) { in atrace_end_wrap()
499 pub unsafe fn atrace_async_begin_wrap(tag: u64, name: *const c_char, cookie: i32) { in atrace_async_begin_wrap()
502 pub unsafe fn atrace_async_end_wrap(tag: u64, name: *const c_char, cookie: i32) { in atrace_async_end_wrap()
506 tag: u64, in atrace_async_for_track_begin_wrap()
514 tag: u64, in atrace_async_for_track_end_wrap()
520 pub unsafe fn atrace_instant_wrap(tag: u64, name: *const c_char) { in atrace_instant_wrap()
524 tag: u64, in atrace_instant_for_track_wrap()
530 pub unsafe fn atrace_int_wrap(tag: u64, name: *const c_char, value: i32) { in atrace_int_wrap()
533 pub unsafe fn atrace_int64_wrap(tag: u64, name: *const c_char, value: i64) { in atrace_int64_wrap()
597 fn atrace_get_enabled_tags(&mut self) -> u64 { in forwards_atrace_get_enabled_tags()
625 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_trace_begin()
628 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in forwards_trace_begin()
660 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in trace_begin_not_called_with_disabled_tag()
665 fn atrace_begin_wrap(&mut self, _tag: u64, _name: *const c_char) { in trace_begin_not_called_with_disabled_tag()
689 fn atrace_end_wrap(&mut self, tag: u64) { in forwards_trace_end()
715 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in can_combine_tags()
718 fn atrace_begin_wrap(&mut self, tag: u64, _name: *const c_char) { in can_combine_tags()
748 fn atrace_is_tag_enabled_wrap(&mut self, tag: u64) -> u64 { in forwards_is_tag_enabled()
776 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_async_begin()
779 fn atrace_async_begin_wrap(&mut self, tag: u64, name: *const c_char, cookie: i32) { in forwards_async_begin()
812 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_async_end()
815 fn atrace_async_end_wrap(&mut self, tag: u64, name: *const c_char, cookie: i32) { in forwards_async_end()
848 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_async_for_track_begin()
853 tag: u64, in forwards_async_for_track_begin()
894 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_async_for_track_end()
899 tag: u64, in forwards_async_for_track_end()
938 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_trace_instant()
941 fn atrace_instant_wrap(&mut self, tag: u64, name: *const c_char) { in forwards_trace_instant()
973 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_trace_instant_for_track()
978 tag: u64, in forwards_trace_instant_for_track()
1017 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_trace_int()
1020 fn atrace_int_wrap(&mut self, tag: u64, name: *const c_char, value: i32) { in forwards_trace_int()
1053 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in forwards_trace_int64()
1056 fn atrace_int64_wrap(&mut self, tag: u64, name: *const c_char, value: i64) { in forwards_trace_int64()
1091 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in scoped_event_starts_and_ends_in_order()
1095 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in scoped_event_starts_and_ends_in_order()
1113 fn atrace_instant_wrap(&mut self, _tag: u64, _name: *const c_char) { in scoped_event_starts_and_ends_in_order()
1122 fn atrace_end_wrap(&mut self, tag: u64) { in scoped_event_starts_and_ends_in_order()
1165 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in method_trace_starts_and_ends_in_order()
1169 fn atrace_begin_wrap(&mut self, tag: u64, name: *const c_char) { in method_trace_starts_and_ends_in_order()
1187 fn atrace_instant_wrap(&mut self, _tag: u64, _name: *const c_char) { in method_trace_starts_and_ends_in_order()
1196 fn atrace_end_wrap(&mut self, tag: u64) { in method_trace_starts_and_ends_in_order()