diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.cc | 1 |
1 files changed, 1 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 "; |

