]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
valgrind: update valgrind suppressions for lttng-ust
authorJason Dillaman <dillaman@redhat.com>
Fri, 24 Apr 2015 04:23:03 +0000 (00:23 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 17 Jul 2015 18:17:04 +0000 (14:17 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8d87bdf597aad3d6be47aedd216a673bd9093a24)

src/valgrind.supp

index c46970e023a99d971979063d35223a9480026154..2158207a1e19a2e161edfd7572ee0738d5f60533 100644 (file)
    fun:main
 }
 
+# lttng-ust
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:calloc
+   fun:_dl_allocate_tls
+   fun:pthread_create@@GLIBC_2.2.5
+   obj:/usr/*lib*/liblttng-ust.*
+   fun:call_init.part.0
+   fun:_dl_init
+   obj:*
+}