Searched refs:thread_clock_diff (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 508 uint32_t thread_clock_diff = 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() 1297 uint32_t thread_clock_diff = 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() 1307 uint32_t thread_clock_diff = 0; in MethodExited() local 1309 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodExited() [all …]
|
D | trace.h | 291 uint32_t thread_clock_diff, 552 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter); 557 uint32_t thread_clock_diff,
|