Skip to content

Commit

Permalink
valgrind: update valgrind suppressions for lttng-ust
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8d87bdf)
  • Loading branch information
Jason Dillaman committed Jul 17, 2015
1 parent fe013e0 commit e690907
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/valgrind.supp
Expand Up @@ -186,3 +186,15 @@
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:*
}

0 comments on commit e690907

Please sign in to comment.