diff options
Diffstat (limited to 'compiler-rt/lib/tsan')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.cc | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.cc b/compiler-rt/lib/tsan/rtl/tsan_stat.cc index 30177e71dfe..64c2bd0129d 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc @@ -393,6 +393,7 @@ void StatOutput(u64 *stat) { name[StatInt_ether_hostton] = " ether_hostton "; name[StatInt_ether_line] = " ether_line "; name[StatInt_shmctl] = " shmctl "; + name[StatInt_random_r] = " random_r "; name[StatAnnotation] = "Dynamic annotations "; name[StatAnnotateHappensBefore] = " HappensBefore "; diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index 5b8c60f0514..bf7d6c8af18 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -388,6 +388,7 @@ enum StatType { StatInt_ether_hostton, StatInt_ether_line, StatInt_shmctl, + StatInt_random_r, // Dynamic annotations. StatAnnotation, |

