Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_stats.h230 for (size_t i = 0; i < TS_ARRAY_SIZE(tleb_flush); i++) { in PrintEventStats()
231 if(tleb_flush[i] == 0) continue; in PrintEventStats()
232 Printf("tleb_flush[%ld]=%ld\n", i, tleb_flush[i]); in PrintEventStats()
284 uintptr_t tleb_flush[10]; member
Dts_pin.cc421 size_t max_idx = TS_ARRAY_SIZE(G_stats->tleb_flush); in TLEBFlushUnlocked()
424 G_stats->tleb_flush[idx]++; in TLEBFlushUnlocked()