summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_stat.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.cc')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_stat.cc1
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 dcf28c8d49b..256ae835a11 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc
+++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc
@@ -416,6 +416,7 @@ void StatOutput(u64 *stat) {
name[StatInt_lrand48_r] = " lrand48_r ";
name[StatInt_getline] = " getline ";
name[StatInt_getdelim] = " getdelim ";
+ name[StatInt_iconv] = " iconv ";
name[StatInt_pthread_attr_getdetachstate] = " pthread_addr_getdetachstate "; // NOLINT
name[StatInt_pthread_attr_getguardsize] = " pthread_addr_getguardsize "; // NOLINT
OpenPOWER on IntegriCloud