starpu.suppr 686 B

12345678910111213141516171819202122232425
  1. # don't care about cache hit stats
  2. race:^_starpu_msi_cache_hit$
  3. race:^_starpu_msi_cache_miss$
  4. # This is racy, but we don't care, it's only a statistic
  5. race:^fun:starpu_task_nsubmitted$
  6. race:^fun:starpu_task_nready$
  7. # The config.running/pause_depth state is only protected by memory barriers
  8. race:^_starpu_machine_is_running$
  9. race:^_starpu_kill_all_workers$
  10. race:^_starpu_pause$
  11. race:^_starpu_may_pause$
  12. race:^_starpu_resume$
  13. # The integer access is atomic, and we use the sched mutex to avoid missing wake ups
  14. race:^_starpu_fifo_empty$
  15. race:^push_task_eager_policy$
  16. # These are just statistics
  17. race:^starpu_memory_get_available$
  18. race:^mc_cache_size$
  19. race:^mc_nb$
  20. race:^mc_clean_nb$