Lines Matching refs:thread_clock_diff
472 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local
474 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in CompareAndUpdateStackTrace()
479 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace()
493 LogMethodTraceEvent(thread, *old_it, kTraceMethodExit, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace()
497 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace()
1308 uint32_t thread_clock_diff = 0; in MethodEntered() local
1310 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodEntered()
1311 LogMethodTraceEvent(thread, method, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in MethodEntered()
1318 uint32_t thread_clock_diff = 0; in MethodExited() local
1320 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodExited()
1321 LogMethodTraceEvent(thread, method, kTraceMethodExit, thread_clock_diff, timestamp_counter); in MethodExited()
1325 uint32_t thread_clock_diff = 0; in MethodUnwind() local
1327 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodUnwind()
1328 LogMethodTraceEvent(thread, method, kTraceUnroll, thread_clock_diff, timestamp_counter); in MethodUnwind()
1354 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks() argument
1362 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base; in ReadClocks()
1847 uint32_t thread_clock_diff, in LogMethodTraceEvent() argument
1890 current_entry[entry_index++] = thread_clock_diff; in LogMethodTraceEvent()
1907 uint32_t thread_clock_diff, in EncodeEventEntry() argument
1917 Append4LE(ptr, thread_clock_diff); in EncodeEventEntry()