summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tsan/rtl/tsan_stat.cc')
-rw-r--r--lib/tsan/rtl/tsan_stat.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tsan/rtl/tsan_stat.cc b/lib/tsan/rtl/tsan_stat.cc
index 73622986..30177e71 100644
--- a/lib/tsan/rtl/tsan_stat.cc
+++ b/lib/tsan/rtl/tsan_stat.cc
@@ -392,6 +392,7 @@ void StatOutput(u64 *stat) {
name[StatInt_ether_ntohost] = " ether_ntohost ";
name[StatInt_ether_hostton] = " ether_hostton ";
name[StatInt_ether_line] = " ether_line ";
+ name[StatInt_shmctl] = " shmctl ";
name[StatAnnotation] = "Dynamic annotations ";
name[StatAnnotateHappensBefore] = " HappensBefore ";