Searched refs:thread_clock_diff (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | trace.cc | 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() [all …]
|
H A D | trace.h | 346 uint32_t thread_clock_diff, 609 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter); 614 uint32_t thread_clock_diff,
|