diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.cc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.cc b/compiler-rt/lib/tsan/rtl/tsan_stat.cc index 2ac670d60aa..366d5c86cfc 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc @@ -169,12 +169,15 @@ void StatOutput(u64 *stat) { name[StatInt_pthread_rwlock_timedwrlock] = " pthread_rwlock_timedwrlock "; name[StatInt_pthread_rwlock_unlock] = " pthread_rwlock_unlock "; - name[StatInt_pthread_cond_init] = " pthread_cond_init "; - name[StatInt_pthread_cond_destroy] = " pthread_cond_destroy "; - name[StatInt_pthread_cond_signal] = " pthread_cond_signal "; - name[StatInt_pthread_cond_broadcast] = " pthread_cond_broadcast "; - name[StatInt_pthread_cond_wait] = " pthread_cond_wait "; - name[StatInt_pthread_cond_timedwait] = " pthread_cond_timedwait "; + name[StatInt_pthread_cond_init_2_3_2] = " pthread_cond_init "; + name[StatInt_pthread_cond_destroy_2_3_2] + = " pthread_cond_destroy "; + name[StatInt_pthread_cond_signal_2_3_2]= " pthread_cond_signal "; + name[StatInt_pthread_cond_broadcast_2_3_2] + = " pthread_cond_broadcast "; + name[StatInt_pthread_cond_wait_2_3_2] = " pthread_cond_wait "; + name[StatInt_pthread_cond_timedwait_2_3_2] + = " pthread_cond_timedwait "; name[StatInt_pthread_barrier_init] = " pthread_barrier_init "; name[StatInt_pthread_barrier_destroy] = " pthread_barrier_destroy "; name[StatInt_pthread_barrier_wait] = " pthread_barrier_wait "; |

