Home
last modified time | relevance | path

Searched refs:blocked_us (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dclient_api.cc381 if (s.blocked_us()) { in AHeapProfile_reportAllocation()
382 client_ptr->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportAllocation()
431 if (s.blocked_us()) { in AHeapProfile_reportSample()
432 (*g_client_ptr)->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportSample()
464 if (s.blocked_us()) { in AHeapProfile_reportFree()
465 client->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportFree()
Dscoped_spinlock.h88 size_t blocked_us() const { return blocked_us_; } in blocked_us() function