Searched refs:thread_clock_diff (Results 1 – 2 of 2) sorted by relevance
| /art/runtime/ |
| D | trace.cc | 355 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local 357 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in CompareAndUpdateStackTrace() 362 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 376 LogMethodTraceEvent(thread, *old_it, kTraceMethodExit, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 380 LogMethodTraceEvent(thread, *rit, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in CompareAndUpdateStackTrace() 934 uint32_t thread_clock_diff = 0; in MethodEntered() local 936 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodEntered() 937 LogMethodTraceEvent(thread, method, kTraceMethodEnter, thread_clock_diff, timestamp_counter); in MethodEntered() 944 uint32_t thread_clock_diff = 0; in MethodExited() local 946 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodExited() [all …]
|
| D | trace.h | 259 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter); 264 uint32_t thread_clock_diff, 276 uint32_t thread_clock_diff, 285 uint32_t thread_clock_diff, 296 uint32_t thread_clock_diff,
|