]> git-server-git.apps.pok.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)
committerjdillaman <jdillaman@ubuntu.(none)>
Thu, 30 Apr 2015 14:56:53 +0000 (10:56 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
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:*
+}