Searched refs:timestamp_counter (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 509 uint64_t timestamp_counter = 0; in CompareAndUpdateStackTrace() local 510 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in CompareAndUpdateStackTrace() 515 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 529 LogMethodTraceEvent(thread, *old_it, kTraceMethodExit, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 533 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 1298 uint64_t timestamp_counter = 0; in MethodEntered() local 1299 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodEntered() 1300 LogMethodTraceEvent(thread, method, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in MethodEntered() 1308 uint64_t timestamp_counter = 0; in MethodExited() local 1309 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodExited() [all …]
|
D | trace.h | 552 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter); 558 uint64_t timestamp_counter) REQUIRES_SHARED(Locks::mutator_lock_);
|