HomeSort by relevance Sort by last modified time
    Searched refs:G_stats (Results 1 - 4 of 4) sorted by null

  /external/valgrind/tsan/
ts_util.cc 71 Stats *G_stats;
218 uintptr_t counter = G_stats->read_proc_self_stats++;
713 G_stats->futex_wait += n_waits;
773 G_stats->futex_wait += n_waits;
thread_sanitizer.cc 110 G_stats->lock_sites[lock_site]++;
167 G_stats->pc_to_strings++;
349 G_stats->ls_cache_fast++;
858 G_stats->ls_add_to_empty++;
863 G_stats->ls_add_cache_hit++;
869 G_stats->ls_add_to_singleton++;
873 G_stats->ls_add_to_multi++;
890 G_stats->ls_remove_from_singleton++;
897 G_stats->ls_rem_cache_hit++;
906 G_stats->ls_remove_from_multi++
    [all...]
thread_sanitizer.h 275 extern Stats *G_stats;
ts_pin.cc 421 size_t max_idx = TS_ARRAY_SIZE(G_stats->tleb_flush);
424 G_stats->tleb_flush[idx]++;
519 G_stats->lock_sites[0]++;
    [all...]

Completed in 903 milliseconds